subplot(2,2,1),imshow(A);
subplot(2,2,2),imshow(I);
subplot(2,2,3),imhist(A);
subplot(2,2,4),imhist(I);
I1=imread('pappers.png');%%彩图
I=imnoise(I1,'salt & pepper');
h1=[0.1 0.1 0.1;0.1 0.2 0.1;0.1 0.1 0.1];
h2=1/16.*[1 2 1;2 4 2;1 2 1];
h3=1/8.*[1 1 1;1 0 1;1 1 1];
subplot(2,2,1),imshow(I);
subplot(2,2,2),imshow(I2,[]);
subplot(2,2,3),imshow(I3,[]);
subplot(2,2,4),imshow(I4,[]);
I=imread('cameraman.tif');
figure('Position',[0,0,600,300]);
h(i,j)=(Hh-Hl)*(1-exp(-c*(D/D0^2)))+Hl;
subplot(1,2,2);imshow(gxy);title('同态滤波结果');