用matlab编写的Butterworth高通滤波程序,可以运行,结果如截图源代码: clear all; close all; P=input('input image data:'); subplot(221);imshow(P); title('原始图像'); ...
www.google.com.tw