摘要: https://www.2cto.com/kf/201604/500642.html 阅读全文
posted @ 2017-11-23 21:49 忘记过去想想未来 阅读(92) 评论(0) 推荐(0) 编辑
摘要: I=imread('C:\Users\David\Desktop\matlab临时\007.jpg'); if numel(size(I)>2)%如果是彩色图像先转为灰度图 I=rgb2gray(I); end figure(1);imshow(I);title('原来的图像为'); [m,n]=s 阅读全文
posted @ 2017-11-23 21:45 忘记过去想想未来 阅读(248) 评论(0) 推荐(0) 编辑