搜索资源列表
Cal_LAB
- 用于计算CIE颜色空间的L,a,b值。-used in the calculation of the CIE color space L, a, b value.
yuv_to_rgb
- YUV与RGB颜色空间之间的转换,转换效果很好的。
RGB空间和HSI颜色空间的互换
- 此程序可实现7种功能,包括RGB和HSI空间的互换,提取六个分量,显示六个分量的直方图均衡化等等,无需修改,下载即可用。对于学习空域颜色空间来说,该程序功能强大,简单易懂!
YCgCr_detect
- 基于YCgcr肤色空间的自适应阈值分割的算法,本人根据论文《YCgCr颜色空间的肤色聚类人脸检测法》原创-YCgcr color space based adaptive thresholding algorithm, I am under the thesis " YCgCr color clustering color space face detection method" original
colorspacet
- 一个颜色空间转换的程序,可以实现任何空间的转换,如rgb到L*a*b颜色空间转换等。-A color space conversion process, conversion of any space can be achieved, such as rgb to the L* a* b color space conversion.
colorspace
- 对于颜色空间中各种颜色空间的转换,用于提取颜色特征!MATLAB实现源码,效果不错!-For a variety of color space color space conversion, to extract color features! MATLAB source code to achieve good results!
HSV-histogram
- HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
svmsegmentation
- 为了提高白细胞自动识别算法的性能,提出了基于均值移动和单类支持向量机的血细胞图像分割新方法. 该方法的原理是将图像中颜色相对稳定的背景和红细胞部分像素作为正训练样本,将颜色复杂多样的白细胞像素作为异常数据检测. 均值移动过程用来在红、绿、兰(RGB) 颜色空间寻找正训练样本集,通过均匀抽样和颜色量化措施,实现单类支持向量机(SVM) 在线实时训练,最终图像像素经过单类SVM 分类来实现分割. 实验表明,新方法对涂片制备和光照变化导致的图像颜色改变有很好的适应性,图像分割精度优于常用流域算法,而耗
RGB2CMYK2
- 各种颜色空间介绍-Introduced a variety of color space
rgb2hsv2010
- rgb颜色空间-hsv颜色空间 -RGB to HSV
colorspace
- 是一个matlab写的颜色空间的转换,不是matlab自带的那个文件。可以实现任意的两个颜色空间的转换-Write a matlab color space conversion, not a matlab file that comes with that. Can achieve any two color space conversion
fenge
- 对图像进颜色空间分割,并进行聚类分析,代码简单,直接运行即可-clustering
rgb2hsi
- 函数实现将rgb颜色空间转化为HSI颜色空间,里面有许多语句很经典,值得一看-the function of the program is to change RGB color space into HSI color space.
xx
- 基于L*a*b空间的色彩分割。根据样本区域的颜色对图像进行分割。-based on the l*a*b space to cut the picture
ColorSpaceConverter
- 用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。 -The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr,
rgbtolab
- 将图像从RGB颜色空间转换成lab颜色空间-Transfer image s color space from RGB to lab
seghough
- K均值聚类法基于lab颜色空间分割图像,并用霍夫变换检测圆-K means clustering method is based on lab color space segmentation image and Hough transform to detect circles with
18c319a24b10
- 颜色空间的转换,RGB,YCBCR,HSL等等空间的互换-Color space conversion
实验7_图像的颜色空间变换
- 图像的颜色空间变换,将图片图分解为红、绿、蓝三种基色。(Image color space transformation, the picture is divided into red, green, blue three basic colors.)
基于BP神经网络的色空间转换
- 本案例为基与bp神经网络对pantone色卡中RGB空间向Lab空间转换的源码,并已经调试成功输入层输出层函数与神经元个数。附加功能:直接得出各色块的Eab色差已经测试样本与预测样本的相关系数。经多次实验,相关色差在2~3之间,低于CIE认可标准:4,相关系数达到0.96以上,可以准确预测绝大多数色块,用于色彩管理建模。(This case is for color space converting(RGB Space to Lab Space) You can master how to u