Clear Filters
Clear Filters

which method is better for denoising image with Gaussian noise?

3 views (last 30 days)
i want to denoising image with Gaussian noise

Accepted Answer

Image Analyst
Image Analyst on 11 Oct 2018
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 Comments
Image Analyst
Image Analyst on 4 Jan 2019
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.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!