搜索资源列表
Color_Conversion_Algorithms_cold
- Color Conversion Algorithms.• RGB to HSV & HSV to RGB • RGB to YIQ & YIQ to RGB • RGB to XYZ & XYZ to RGB • XYZ to CIE L*a*b* (CIELAB) & CIELAB to XYZ • XYZ to CIELUV & CIELUV to XYZ-Color Conversion Algorithms.
PSRGBLab
- 绘制Photoshop中的RGB到CIELab的三维彩色视图
1
- 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。.rar
101259378luv_rgb_yuv_lab_space
- Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
RGB2-CIELab
- MAtlab 实现RGB向CIELAB转换的M 文件-MAtlab RGB to CIELAB conversion to achieve the M-file
RGB2LabAndLab2RGB
- % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The e
colorspacezhuanhuan
- RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
xyz2lab
- xyz color space to CIElab color space xyz color space to CIElab color space-xyz color space to CIElab color space xyz color space to CIElab color space xyz color space to CIElab color space
ciecam02
- it was made by cielab ciecam02 is latest color appearance model file : ciecam02.h ciecam02.c
DustImageEnhancement
- 自己写的针对低对比度图像的增强方法,在CIELAB空间处理,可用于处理沙尘、水下、雾天等图像.简单但有效-Enhance the low contrast image, such as dust/sand, underwater, haze/fog images. Performed in CIELAB color space, with contrast stretch, sharpen and color correction. Sample but effective.
Desktop
- 试用于使用cielab颜色空间对图像进行分割。-image segmentation based on CIELab color space.
K---means-in-LAB
- matlab中K-means聚类算法在CIElab空间的可用于车牌检测,基于色彩的图像分割-K- means clustering algorithm in matlab in the CIElab space can be used for license plate detection, image segmentation based on color
slic
- 超像素分割图像,将彩色图像转化为CIELAB颜色空间和XY坐标下的5维特征向量,然后对5维特征向量构造距离度量标准,对图像像素进行局部聚类的过程(simple linear iterativeclustering)