r g b components of an image ... i=imread('car.jpg'); r=i(:,:,1); imshow(r); my result after this is a black and white image. instead it should display red ...
確定! 回上一頁