医学图像处理实验
实验一yq1I=imread('cameraman、tif');%读黑白图像subplot(2,2,1);imshow(I) %显示图像subplot(2,2,2);imhist(I) %显示直方图J
医学图像处理实验