数字图像平滑滤波在MATLAB上的实现.docxVIP

  • 14
  • 0
  • 约2.62千字
  • 约 11页
  • 2022-02-23 发布于江苏
  • 举报
第 5 章 图像平滑滤波在 MATLAB 上的实现 本课程设计在 MATLAB 上实现的程序和结果 I=imread(b.bmp); v=0.5*ones(size(I)); I1=imnoise(I,localvar,v); I2=imnoise(I,salt pepper,0.02); I3=imnoise(I,speckle,0.02); figure; subplot(221); hold on; titl 图像); imshow(I); hold off; subplot(222); hold on; titl 高斯噪声污染的图像); imshow(I1); hold of

文档评论(0)

1亿VIP精品文档

相关文档