利用matlab绘制灰度直方图figure; I=imread('G:\matlab\img\1.jpg'); subplot(1,2,1);imshow(I); title('原始图像'); imwrite(I,'test.png'); subplot(1,2,2); ...
確定! 回上一頁