Effacer les filtres
Effacer les filtres

How to remove noise in binary image

7 vues (au cours des 30 derniers jours)
Adisorn Phanukthong
Adisorn Phanukthong le 22 Fév 2017
I want to know about remove noise

Réponses (1)

Image Analyst
Image Analyst le 22 Fév 2017
There are functions bwareaopen() and bwareafilt() that could help filter based on size. If you have other characteristics that define noise, like shape or whatever, then use bwpropfilt(). You might also look at bwmorph() and options such as 'clean'. Or you could smooth boundaries with things like conv2() or imclose() if jagged boundaries are what you call noise. It just depends on what you call noise, and we don't know because you forgot to include your image.
  1 commentaire
Adisorn Phanukthong
Adisorn Phanukthong le 22 Fév 2017
i use this function but remaining little white area. Do you have any more functions.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Processing Toolbox 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