搜索资源列表
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
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.
RGB2Lab
- 将图片从RGB空间转换到Lab空间的Matlab文件-The image from the RGB space is transformed into Lab space Matlab files
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
luv2rgb
- LAB2RGB Convert an image from CIELAB to RGB function [R, G, B] = Lab2RGB(L, a, b) function [R, G, B] = Lab2RGB(I) function I = Lab2RGB(...)- LAB2RGB Convert an image from CIELAB to RGB function [R, G, B] = Lab2RGB(L, a, b) f
ex_17_2
- rgb空间转换成L*a*b*空间的结构显示聚类分割成的三部分标号为k外的其他区域置0蓝色区域标号-rgb space into L* a* b* space structure shows cluster is split into three sections labeled k set to 0 in other regions outside the blue area label
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
test_Lab_conver
- In this program converted RGB to LAB space model then separated L, a and b values in this image-In this program converted RGB to LAB space model then separated L, a and b values in this image
ExploreRGB
- Takes as an input an RGB image (or the name/path of an RGB image) and creates a figure in which you can see side-by-side the original, the grayscale (RGB2GRAY), and the individual R,G, and B color planes. Advanced mode also displays some colorsp
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.