I=imread('01.jpg');gray=rgb2gray(I);subplot(231);imshow(gray,[]),title('输入图像'),[ra,ca]=size(gray);