高斯高通滤波器matlab程序代码
%高斯高通滤波器RGB = imread('132.jpg'); I0 = rgb2gray(RGB); subplot(2,3,1),imshow(I0);title('原图');I1 = imn
高斯高通滤波器matlab程序代码