[4] Convert RGB image to L*a*b* and display the L* component as an image. rgb = imread('peppers.png');. lab = rgb2lab(rgb);. imshow(lab(:,:,1),[0 100]).
確定! 回上一頁