matlab中处理图像像素点数据: img1=double(imread('lenna.bmp')); matlab中imshow图片,要先转换成uint8: subplot(1,2,1),imshow(uint8(img1)),title('original');subplot(1,2,2),imshow(uint8(img2)),title('after'); matlab图像处理关于unit8的问题_百度知道 https://zhidao.baidu.com/question/545122