搜索资源列表
CIE
- CIE中各色域空间的转换,例如:XYZ到RGB,XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV,HSV到RGB-CIE were colored domain space conversion, for example : XYZ to RGB, XYZ to Luv, to XYZ RGB, Lab of the LHC, RGB to HSV, HSV to RGB, etc.
gray2rgb.ZIP
- Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
waili
- waili小波算法包,在windows下编译通过的lib-Uses integer wavelet transforms based on the lifting Scheme ¢ Provides various wavelet transforms of the Cohen-Daubechies-Feauveau family of biorthogonal wavelets ¢ Provides crop and merge operations on wavelet-
PloynomialsRegression
- 用多项式回归的方法编程实现了从设备相关颜色空间RGB到设备无关颜色空间Lab之间的转换。-Polynomial regression method with programming from the device-dependent RGB color space to device-independent color space conversion between Lab.
function-color-quant
- function c=randomcolormap(k) colors = randomcolormap(k) creates a random RGB colormap with k colors. k can be omitted and in this case defaults to 256. | Copyright 2007 Steffen Gauglitz | University of California at Santa Barbara, V
color-space-change
- color space change of RGB image to another space like XYZ,YCR1CR2,Lab
RGBtoLab
- 实现RGB值转化为Lab值,运行后用户给定RGB值,利用该程序计算机自动计算Lab值。经验证,该程序有效且简单易懂!很适合初学者。-Achieve RGB values into Lab values given by the user running the RGB values, use of the computer program automatically calculates the Lab values. Proven, ef
RGB2LAB
- opencv编程,将RGB转换成lab空间显示,可以运行,代码比较短,容易理解。-opencv programming, lab space will be converted to RGB display, you can run, the code is relatively short and easy to understand.
archive
- mat lab code for binary to gray code
BetweenCIEDE
- 快速进行ciede2000色差计算以及比较,并包含RGB,LAB,HSB模型的色彩转换代码(Fast calculation and comparison of CIEDE2000 color difference, including RGB, lab, HSB model color conversion code)
lena
- SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S