Noise removal from image
Afficher commentaires plus anciens
Hello, How can know the type of noise in an image? And which type of filter can I use to remove the noise from this image? Finally, how can I be sure that the noise is really removed after applying the filter?

4 commentaires
Image Analyst
le 27 Oct 2015
Why do you think there's noise? Of course there is but if it's not a problem for whatever you need to do then you can just ignore it. What do you need to do? When you do this, what noise or issues in the image cause a problem with your operations or results?
Sa rah
le 27 Oct 2015
Image Analyst
le 27 Oct 2015
That's what JPEG compression uses. So you're in luck - you can just use imwrite().
The problem is that low pass filtering to remove high frequencies removed both the noise and the details that are not noise. That's why spatial domain noise reduction methods usually work better, at least the more sophisticated ones do.
Sa rah
le 27 Oct 2015
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Filtering dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!