文件名称:RGB_TO_YUV_Reduce_calc
-
所属分类:
- 标签属性:
- 上传时间:2013-04-21
-
文件大小:824.41kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
我们一个图象模式识别的项目,需要将RGB格式的彩色图像先转换成黑白图像。
图像转换的公式如下:
Y = 0.299 * R + 0.587 * G + 0.114 * B
图像尺寸640*480*24bit,RGB图像已经按照RGBRGB顺序排列的格式,放在内存里面了。
-We project an image pattern recognition RGB format color images, you need to be converted to black and white images. Image conversion formula is as follows: Y = 0.299* R+ 0.587* G+ 0.114* B Image size 640* 480* 24bit RGB image in accordance with the format of the RGBRGB order, in memory inside.
图像转换的公式如下:
Y = 0.299 * R + 0.587 * G + 0.114 * B
图像尺寸640*480*24bit,RGB图像已经按照RGBRGB顺序排列的格式,放在内存里面了。
-We project an image pattern recognition RGB format color images, you need to be converted to black and white images. Image conversion formula is as follows: Y = 0.299* R+ 0.587* G+ 0.114* B Image size 640* 480* 24bit RGB image in accordance with the format of the RGBRGB order, in memory inside.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RGB_TO_YUV_Reduce_calc.pdf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.