10Convolution amp; filtering.pptVIP

  • 5
  • 0
  • 约6.26千字
  • 约 36页
  • 2016-12-19 发布于贵州
  • 举报
维纳滤波 维纳滤波(Wiener filter)是一种现代滤波法,它将信号和噪声都视为随机信号,先对这些随机信号进行统计分析,然后设计出符合最优准则的滤波器。 最优准则:最小化均方误差 作用:主要用于去噪 维纳滤波函数 wiener2函数:Perform two-dimensional adaptive noise-removal filtering J = wiener2(I,[m n],noise) filters the image I using pixel-wise adaptive Wiener filtering, using neighborhoods of size m-by-n to estimate the local image mean and standard deviation. If you omit the [m n] argument, m and n default to 3. The additive noise (Gaussian white noise) power is assumed to be noise. Example I=imread(boy.tif); J=imnoise(I,gaussian,0,0.003); imshow(J) [K noise]=wiener2(J,[7 7]); figure,imshow(K)

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档