用matlab實現中值濾波

%用MATLAB實現中值濾波程序以下: clear all; I=imread('D:\lena.jpg'); I=rgb2gray(I);        %RGB2GRAY Convert RGB image or colormap to grayscale J=imnoise(I,'salt & pepper',0.02); subplot(231),imshow(I);title('原圖像'
相關文章
相關標籤/搜索