代码搜索结果

找到约 8,819 项符合 RGB 的代码

8bps.c

/* * Quicktime Planar RGB (8BPS) Video Decoder * Copyright (C) 2003 Roberto Togni * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G

circfit.m

i=imread('1.bmp'); % 输入图片 g=rgb2gray(i); % 转为灰度图像 bw=edge(g,'sobel'); % 边缘检测 imshow(bw) pixval

decoder.cfg

test.264 ........H.26L coded bitstream test_dec.yuv ........Output file, YUV/RGB test_rec.yuv ........Ref sequence (for SNR) 1 .......

8bps.c

/* * Quicktime Planar RGB (8BPS) Video Decoder * Copyright (C) 2003 Roberto Togni * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G

vmkjpeg.py

#! /usr/bin/env python # Compress an rgb or grey video file to jpeg format # Usage: # # Vmkjpeg [infile [outfile]] # Options: # # infile : input file (default film.video) # outfile : outpu

default.css

.ProgressDisplay { font-weight: bold; } .ProgressDisplay .StatusMessage { margin: 1px; height: 1.5em; } .ProgressDisplay .ProgressBar { background-color: rgb(204, 204, 204); } .ProgressDisplay

decoder.cfg

test.264 ........H.264/AVC coded bitstream test_dec.yuv ........Output file, YUV/RGB test_rec.yuv ........Ref sequence (for SNR) 1 ...

wavecompression.m

% Wavelet image compression - RGB images clear all; close all; % Reading an image file im = input('Enter a image'); X=imread(im); % inputting the decomposition level and name of the wavelet n=

decoder.cfg

test.264 ........H.26L coded bitstream test_dec.yuv ........Output file, YUV/RGB test_rec.yuv ........Ref sequence (for SNR) 1 .......

wavecompression.m

% Wavelet image compression - RGB images clear all; close all; % Reading an image file im = input('Enter a image'); X=imread(im); % inputting the decomposition level and name of the wavelet n=