搜索资源列表
RGB2YCbCr
- color space converter,from RGB to YUV. that is c code
对图像进行YCbCr分解
- rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
RGB2YCbCr.rar
- JPEG标准中图像彩色空间的转换,开发语言为Verilog,Standard JPEG image color space conversion, the development of language for Verilog
RGB2YCbCr(0-255)
- This module converts the incoming Red, Green, and Blue 8-bit pixel data into Y, Cb, and Cr 8-bit values. The output values will be unsigned in the range of 0 to 255. data_in contains the Red pixel value in bits [7:0], Green in bits [15:8], a
rgb2ycbcr
- conver rgb image to yuv
color_space_converters
- Color space converter in Verilog HDL
xapp930
- RGB to Y CB CR conversion source code in VHDL
rgb2ycbcr
- 进行空间转换来用的,在图像处理上很有用-to translate the RGB to YUV
rgb2ycbcr[1]
- This a scr ipt to convert Images RGB to YCbCr-This is a scr ipt to convert Images RGB to YCbCr
rgb2ycbcr
- 颜色转换必不可少的工具。分 sd hd, yuv ycbcr ypbpr 等多个format-Indispensable tool for color conversion. Sub-sd hd, yuv ycbcr ypbpr and other format
CompressionbyYikwang
- This code perform the DCT and quantization on all the channels without any sub-sampling and for the compression of color images, they are first converted to the YCbCr color format and vice versa, use the function rgb2ycbcr and ycbcr2rgb.
systemgen_mpeg
- 平台(Matlab2008a,Simulink,Sysgen 10.1.03)硬件实现RGB2YCbCr -Platform (Matlab2008a, Simulink, Sysgen 10.1.03) hardware realise of RGB2YCbCr
RGB2YCbCr
- 视频格式空间转换 verilog语言实现-Space conversion video format verilog language
rgb2ycbcr
- 实现rgb到ycbcr的格式转换,目前ycbcr为4:4:4-Rgb to ycbcr realize format conversion, 4:4:4 currently ycbcr
rgb2ycbcr--ycbcrrgb
- 由rgb转化到ycrcb空间,再又ycrcb空间转化到rgb空间中-make a color space transmission from rgb into ycbcr,then transmit color space from ycrcb into rgb
rgb2YCbCr
- 将彩色图像从RGB空间转换到YCbCr空间、HSI空间-It converts from RGB corlor space to YCbCr space.
rgb2ycbcr
- 对于视频编解码感兴趣的初学者非常有帮助,深入学习JPEG编码中RGB转成YUV格式的细节!-For beginners interested in video codec is very helpful, in-depth study details of the JPEG encoder RGB to YUV format!
RGB2YCbCr
- TI RGB2YUVH比较实用的 TI官网直接给的汇编的源码-Practical TI RGB2YUVH the TI official website directly to the assembly source
rgb2ycbcr
- 颜色空间转换:RGB空间-->ycbcr空间。速度比ColorSpace调用快多了。 调用格式[y, cb, cr] = rgb2ycbcr(img) 输入img: rgb彩色图;y: 亮度,cb:蓝色,cr:红色 调用参考runTest.m-Color space conversion, RGB to ycbcr call format: [y, cb, cr] = rgb2ycbcr(img) input img: rgb image output r: i
rgb2ycbcr
- rgb to YCbCr converter