搜索资源列表
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