histeq专题

RGB HSV YCbCr histeq均衡化处理

转载来自:http://www.ilovematlab.cn/thread-221151-1-1.html close allclcrgb=imread('flower.jpg');% 对饱和度与亮度进行histeq处理hsv=rgb2hsv(rgb);h=hsv(:,:,1);s=hsv(:,:,2);v=hsv(:,:,3);S=histeq(s);V=histeq(v