用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('原图像'
相关文章
相关标签/搜索