(matlab)自帶庫函數加入高斯噪聲和椒鹽噪聲,並使用自帶庫濾除噪聲(3d顯示)

clear all; clear clc; I=imread('捕獲2.png'); I1=rgb2gray(I); figure subplot(2,2,1) imshow(I1); [w,h,z]=size(I1); [x,y]=meshgrid(1:h,1:w) subplot(2,2,2) mesh(x,y,I1) colormap jet ; I2=imnoise(I1,'gaussia
相關文章
相關標籤/搜索