Attached is a Matlab code sequence for the restitution of histograms for RGB color image components. I=imread('image.jpg');. ired=I(:,:,1); igreen=I(:,:,2); ...
確定! 回上一頁