Effacer les filtres
Effacer les filtres

Remove Noise from Image

2 vues (au cours des 30 derniers jours)
Zaheer Abbas
Zaheer Abbas le 11 Mar 2017
Commenté : Li Sun le 23 Oct 2017
I have this RGB image.
I cropped the image into 4 equal size and then When I convert these images to binary images using im2bw. I get noisy image.
I have applied different filters but none of them worked. Can anyone suggest which filter or pre-processing technique should I use?

Réponses (1)

Image Analyst
Image Analyst le 11 Mar 2017
Try using a tophat or bottomhat filter, imtophat() or imbothat(). Or else use adapthisteq().
  1 commentaire
Li Sun
Li Sun le 23 Oct 2017
to add to what he has said, try to convert your RGB to LAB format, then do it on the L layer, then convert back to RGB. BTW, were you able to get good result without cropping the image?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by