图像降噪处理
clc;clearall;I=imread('face1.jpg');I=imnoise(I,'gaussian',0,0.1);%对图像I加噪%subplot(211);imshow(I);%I=double(I);.....
下载地址
用户评论