Filter löschen
Filter löschen

which method is better for denoising image with Gaussian noise?

3 Ansichten (letzte 30 Tage)
i want to denoising image with Gaussian noise

Akzeptierte Antwort

Image Analyst
Image Analyst am 11 Okt. 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 Kommentare
Mohammadreza
Mohammadreza am 11 Okt. 2018
Thanks a lot for your guide line.
Image Analyst
Image Analyst am 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by