摘要: matlab中处理图像像素点数据: img1=double(imread('lenna.bmp')); matlab中imshow图片,要先转换成uint8: subplot(1,2,1),imshow(uint8(img1)),title('original');subplot(1,2,2),im 阅读全文
posted @ 2018-11-08 20:48 ostartech 阅读(9818) 评论(0) 推荐(0)