2013年12月28日 ... 自编的均值滤波函数。x是需要滤波的图像,n是模板大小(即n×n) function d=avefilt(x, n) a(1:n,1:n)=1; %a即n×n模板,元素全是1 p=size(x); %输入图像 ...
www.google.com.tw