搜索资源列表
完成图像RGB到HSV的转换
- 完成图像RGB到HSV的转换,比较自定义函数转换和使用opencv提供函数直接转换的结果。可用于研究H,S,V分量的范围等,Image RGB to HSV conversion, more-defined functions and use the conversion function opencv provide direct conversion results. Can be used to study H, S, V component of the scope of
rgbhsi
- opencv 读取图片,rgb格式变成 hsv格式图片,提取 h分量后图片,以及h分量的直方图图片。 -opencv read picture, rgb format into a format hsv picture, extraction component h after the picture, as well as the h-component histogram picture.
PixelConvert
- 将图像的RGB转换为HSV、xyz空间显示 逐个像素点读取 附带注释 有用opencv做的 也有用纯c做的-The RGB image is converted to HSV space-by-pixel display reads annotated to do with the opencv
RGB-to-HSV
- 利用opencv实现对图像从RGB模式到HSV模式的转化。-Using opencv image mode from RGB to HSV mode conversion.
RGB-to-HSV
- 结合VC6.0和Opencv实现图像的RGB空间向HSV转换-Color space conversion, RGB to HSV, with VC6.0 and OpenCV
0401_draw_acq
- 基于OpenCV,画出RGB、HSV等颜色空间的直方图-Histogram based OpenCV, draw RGB, HSV color space, etc
RGB
- 一个简单的检测图像中特定颜色的程序,opencv颜色识别的HSV中各个颜色所对应的H的范围: Orange 0-22 Yellow 22- 38 Green 38-75 Blue 75-130 Violet 130-160 Red 160-179-image identification
a9
- 在用OpenCV对图像进行处理时,利用颜色定位是常常会接触到的方法,但RGB受光照影响比较严重,转换到HSV XYZ等空间也解决不了时, 可以用白平衡算法进行修正,使其发黄、发蓝、发红的照片更加趋于自然光下的图像(White balance algorithm)