搜索资源列表
rgb2hsv_r
- matlab source code for conversion of image from RGB to HSV colorspace
rgb
- convert RGB to HSV, fu-convert RGB to HSV, full
colors
- transferring between colors rgb , hsv and hsl
RGBToHSV
- convert RGB to HSV using java
rgbtohsv
- 自己编写的基于matlab的rgb转hsv的m文件-M file to write your own based on the matlab rgb to hsv
rgb2hsv
- rgb2hsv, which means that the codes covert the RGB color space to the HSV color space.-The codes covert the RGB color space to the HSV color space.
yansejuzhen
- HSV空间与RGB空间转换等颜色空间转换示例-HSV space and RGB color space conversion, color space conversion example
cvHSV(展示RGB、HSV图像)
- 展示彩色图像在RGB颜色和HSV各个分量下图像效果(Display the effect of color images in RGB and HSV components)
trafficlight
- 将rgb转换成hsv图像,识别红灯,并在原图中表示出来(Converts RGB to HSV images and identifies red lights)
ColorPalette
- 基于MFC的RGB、HSV等颜色调板选择,能很好的实现基本功能(MFC RGB and HSV color palette selection based on basic functions can be achieved very good)
ColorHistogram
- RGB空间转换HSV并量化,然后实现颜色相似度计算达到检索效果(The RGB space is transformed into HSV and quantized, and then the color similarity is calculated to achieve the retrieval effect)
hsv.rar
- hsv图像更满足人们的视觉效果,将rgb图像转化为hsv图像,(HSV images satisfy people's visual effects more effectively and convert RGB images into HSV images,)
EmguCV_Img_Analyse
- EmguCV计算RGB图像各通道直方图,HSV图像各通道直方图。(EmguCV image process)
ys
- 相关色彩模式知识: HSV颜色空间 HSV(hue,saturation,value)颜色空间的模型对应于圆柱坐标系中的一个圆锥形子集,圆锥的顶面对应于V=1. 它包含RGB模型中的R=1,G=1,B=1 三个面,所代表的颜色较亮。色彩H由绕V轴的旋转角给定。红色对应于 角度0° ,绿色对应于角度120°,蓝色对应于角度240°。在HSV颜色模型中,每一种颜色和它的补色相差180° 。 饱和度S取值从0到1,所以圆锥顶面的半径为1。HSV颜色模型所代表的颜色域是CIE色度图的一个子集,这个
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f
图片饱和度的增强
- 此程序对于增强水下模糊图像有帮助,首先将RGB空间转换到HSV空间,然后增强饱和度S的值,整体提高了图像的饱和度。(This program helps to enhance the underwater blurred image. First, the RGB space is converted to the HSV space, then the value of the saturation S is enhanced, and the image saturation is impr
rgb与hsv转换
- rgb颜色数据转换为hsv颜色数据及其表示(RGB color data to HSV color data and its representation)