img=imread('1_0_0_001.png');I=rgb2gray(img);figure;subplot(1,2,1);imshow(I);subplot(1,2,2);imhist(I);包含读入图片,建立窗口,输出图片。