which method is better for denoising image with Gaussian noise?

3 次查看(过去 30 天)
i want to denoising image with Gaussian noise

采纳的回答

Image Analyst
Image Analyst 2018-10-11
Statistically speaking, a simply local averaging filter would provide the maximum likelihood answer. However that will also blur true edges. There are other simple filters like median filter, Kuwahara filter (demo attached), as well as others for images that are considerably more sophisticated and better like BM3d, non-local means, K-SVD, K-LLD, UINTA, etc.
See this comprehensive overview by one of the leading denoising scientists: https://users.soe.ucsc.edu/~milanfar/publications/journal/ModernTour.pdf
  2 个评论
Image Analyst
Image Analyst 2019-1-4
There is a new function added in R2018b: imnlmfilt().
It does non-local means denoising, which is generally regarded as one of the best image denoising filters out there.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by