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