搜索资源列表
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
rgb
- opencv 色彩空间的转换,包括将rgb转成XYZ格式,YCrCb格式,HSV格式及Lab格式-opencv color space conversion, including rgb convert XYZ format, YCrCb format, HSV and Lab format format
ColorSpace
- 色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
lab
- 本程利用opencv实现了RGB到Lab的颜色空间转换,感觉效果不错。-This process is realized by using OpenCV RGB to the Lab color space conversion, feeling good results.
93317451image-process-in-lab-colar-space
- 本程序实现图像从RGB空间到Lab空间的转换,并且有可旋转的三维视图可以检测,对同学们的理论与实践学习都有很好的效果。
gray2rgb.ZIP
- Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
colorspace
- 主要是描述一些关于颜色空间的知识.RGB,HSI,LAB,YUV,HSV,LUV等-Mainly on the color space to describe some of the knowledge. RGB, HSI, LAB, YUV, HSV, LUV, etc.
rgbhist
- Use the RGB mode to get a quick sense of which colors are present in particular highlight, shadow, and midtone regions. The LAB mode is more useful for determining the actual color balance of an image, but it is slower. -Use the RGB mode to get a q
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
RGBToLab
- 颜色转换的代码.把RGB颜色转换为Lab-Change color RGB to Lab.
LAB2RGBandRGB2LAB
- LAB2RGB convert the RGB image into LAB and vise vers
CIEColorTest(1)
- cie 颜色模型之间的转换 rbg xyz XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV-cie color model conversion between rbg xyz XYZ to Luv, RGB to XYZ, Lab to the LHC, RGB to HSV
colors
- RGB Convert to CMYK,HLS,Lab
color_space_transformation
- Transfer RGB image to all the other color space in the Matlab, like HSV, Lab and so on
rgb2lab
- function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB-function y=rgb2lab(im) rgb2lab( image ) Converte de RGB para LAB
imageconversionfunctions
- rgb2lab() Converte de RGB image to para LAB, a LAB2RGB Convert an image from CIELAB to RGB.
RGB2LABROUNDTO
- Round to function to be used in MATLAB. Also, RGB to LAB functions
ColorSpace1
- 基于VC++色彩空间转换(RGB-Lab)-RGB-Lab Color space conversion
rgb-lab
- 用labview实现数据从rgb空间到lab空间的转换!程序简单,方便操作.-With labview data conversion from rgb space to lab space! Program is simple, easy to operate.
lab-rgb
- lab颜色空间与rgb颜色空间之间的相互转换(Lab color space and mutual transformation between the RGB color space)