搜索资源列表
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.
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
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
Minolta-CR300-Colorimeter
- 美能达CR300是tristimulas比色计,颜色测量传输到计算机通过RS232C接口。这个MATLAB脚本读取CIE L* A * b *色空间值,并将其转换为RGB色彩空间使用图像处理工具箱。. -Minolta CR300 is a tristimulas colorimeter that transmits color measurements to a computer through an RS232C interface. This MATLAB scr ipt reads
Lab2RGB
- Lab2RGB takes L, a, and b double matrices, or an M x N x 3 double image, and returns an image in the RGB color space. Values for L are in the range [0,100] while a* and b* are roughly in the range [-110,110]. If 3 outputs are specified, the
RGB2Lab1
- 本代码用于将RGB颜色空间转换为L*a*b颜色空间,将十分有利于图形图像处理。-This code is used to RGB color space conversion to L* a* b color space, will be very beneficial to graphics and image processing.