搜索资源列表
imageColorTransfer
- 主要是通过RGB到ιαβ空间的转换,实现源图像到目的图像的颜色迁移。-Mainly through the conversion of RGB to ιαβ space to achieve the source image to the destination image s color migration.
dlez
- 基于HSI色彩空间的道路区域去除 通过对RGB空间的色彩变换,根据颜色的不相似度量,将道路图像中的色彩区域去除,由于阈值设置的问题效果有时不是太好,还需要进一步完善。-HSI color space based on the removal of the road area Through the RGB color space conversion, according to the color similarity measure is not, the road to remov
image-show
- 获取图像的颜色空间数据。,RGB、HSl都能显示,以及获取图像的直方图。-Access to the image' s color space data. , RGB, HSl can show, as well as access to the histogram of the image.
New-Folder
- 实现hsi颜色空间到rgb颜色空间的转换,还有rgb到hsi的转换,-Achieve hsi color space to the rgb color space conversion
yansejuzhen
- HSV空间与RGB空间转换等颜色空间转换示例-HSV space and RGB color space conversion, color space conversion example
color-space-change
- 实现图像的颜色空间转换 hsi-RGB以及RGB-hsi-Realize the image color space conversion. RGB to hsi and hsi to RGB
Histogram
- 这个程序是能够根据你所加载的图像生成对应的RGB颜色空间的直方图-This program is capable of generating an RGB color space corresponding to the image of the loaded histogram you
ColorHistogram
- RGB空间转换HSV并量化,然后实现颜色相似度计算达到检索效果(The RGB space is transformed into HSV and quantized, and then the color similarity is calculated to achieve the retrieval effect)
ae602a9c136a
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、RGB与LUV颜色空间的互相转换(Mean shift image segmentation test procedures, the use of meanshift algorithm for color images clustering segmentation, the effect is very good, and show the use of time, find the c
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色度图的一个子集,这个
changspace
- RGB颜色空间转换到HSL颜色空间,MATLAB编译(RGB color space is converted to HSL color space, MATLAB compilation)
实验一 图像颜色特征提取
- stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布。 对彩色图像进行颜色矩特征参数提取,首先要将RGB彩色图像转换到HSV颜色空间,对图像的H、S、V颜色分量图像分别提取一阶颜色矩、二阶颜色矩、三阶颜色矩。(Image color feature extraction and f
lena
- SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S