搜索资源列表
luv_rgb_yuv_lab_space_convert
- you can use this matlab code to change image into different color system such as luv, rgb, yuv and lab
rgb2luv
- function Luv_back = rgb2luv(Im_rgb) takes an image in Rgb coords and returns either a vector or an image in Luv coords, depending on Type (Image or vector).-function Luv_back = rgb2luv(Im_rgb) takes an image in Rgb coords and returns either
rgb2luv
- RGB to LUV conversion in matlab
luv2rgb
- LUV conversion to RGB
ColorSpaceConverter
- 用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。 -The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr,
luv2rgb.m.tar
- LUV to RGB function in MATLAB.
rgb2luv
- 根据彩色图像中RGB转LUV原理,自己编写了算法,实现了RGB到LUV颜色空间转换,亲自调试过代码,可以用(According to the color image RGB to LUV principle, I wrote the algorithm to achieve the RGB to LUV color space conversion, personally debugging the code, you can use)
Code
- meanshift 用于彩色图像分割,一个是RGB一个是LUV(meanshift caisetuxiangfenge,RGB LUV)