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