搜索资源列表
RGB2YCbCr
- color space converter,from RGB to YUV. that is c code
RGB2YCbCr.rar
- JPEG标准中图像彩色空间的转换,开发语言为Verilog,Standard JPEG image color space conversion, the development of language for Verilog
rgb2ycbcr
- 进行空间转换来用的,在图像处理上很有用-to translate the RGB to YUV
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空间。速度比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