I=imread('head.bmp');I=imnoise(I,'gaussian',0,0.2);%对图像I加噪imshow(I);I= double(I);h=fspecial('gaussian',[3 3],1);%建立一个3*3模板的高斯 ...
www.ilovematlab.cn