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

3 views (last 30 days)
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?

Accepted Answer

Image Analyst
Image Analyst on 16 Sep 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).

More Answers (0)

Community Treasure Hunt

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

Start Hunting!