提供大家颜色转换VC++源代码。RGB to HSV & HSV to RGB The Hue/Saturation/Value model was created by A. R. Smith in 1978. It is based on such intuitive color characteristics as tint, shade and tone (or family, purety and intensity). The coordinate system is cylindrical, and the colors are defined inside a hexcone. The hue value H runs from 0 to 360o . The saturation S is the degree of strength or purity and is from 0 to 1. Purity is how much white is added to the color, so S=1 makes the purest color (no white). Brightness V also ranges from 0 to 1, where 0 is the black. There is no transformation matrix for RGB/HSV conversion, but the algorithm follows: -provide all the color conversion VC source. RGB to HSV 下载
|
一段HSV、RGB相互转换的代码,看来应该是简化算法- 下载
|
此代码可将RGB色空间转换为HSV色空间-this code can be RGB color space conversion to HSV color space 下载
|
图像颜色空间的转换.RGB -HSV. -image color space conversion. RGB-HSV. 下载
|
数字图像处理课程老师留的作业,可以用来显示512*512的RGB图像,及实现和HIS和HSV格式图像得转换-The homework of the imageprocessing teacher,which can be used to display the RGB image with 512*512 formation, and to process the format conversion between the HIS and HSV. 下载
|
hsv的空间量化,要求输入为hsv空间中的图像。分别对h、s、v三个分量进行量化。-hsv space quantization, for admission to hsv space images. Respectively h, s, v 3 components quantified. 下载
|
RGB与HSV转换的示例,基于efg s HSV Lab Report,相当权威-RGB and HSV conversion example, the HSV-based efg s Lab Report, an authoritative 下载
|
该文件为可视化hsv颜色模式编码,仅供参考-document for the visualization model hsv color coding for reference 下载
|
各种颜色空间间进行转化,RGB,HSV,GRAY,等-various color space conversion between RGB, HSV, GRAY, etc. 下载
|
RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch等颜色空间相互转化的matlab实现。 -RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, Lch CIE color space such as conversion of the Implementation of Matlab. 下载
|