Borrar filtros
Borrar filtros

which method is better for denoising image with Gaussian noise?

3 visualizaciones (últimos 30 días)
i want to denoising image with Gaussian noise

Respuesta aceptada

Image Analyst
Image Analyst el 11 de Oct. de 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 comentarios
Mohammadreza
Mohammadreza el 11 de Oct. de 2018
Thanks a lot for your guide line.
Image Analyst
Image Analyst el 4 de En. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by