My doubt is whether I can use different filters to filter an image (Noise removal) in the same code ? Is the approach right?

5 visualizzazioni (ultimi 30 giorni)
I wanted to process an image to remove noise and tried with a particular filter that worked but the MSE and PSNR Values were dis-satisfactory so I again introduced another filter in the same code to Process further the already filtered image. Is my approach correct?

Risposta accettata

Image Analyst
Image Analyst il 16 Set 2015
If you were happy with the results, then yes, it was correct. For example maybe you first want to get rid of impulse (salt and pepper) noise with a modified median filter then follow it up with "BM3D" or "non-local means" for superior noise reduction. Then you might even follow that with spike filtering in the Fourier domain to remove periodic pattern noise (if you have that in your image).

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by