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

5 次查看(过去 30 天)
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?

采纳的回答

Image Analyst
Image Analyst 2015-9-16
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).

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by