Effacer les filtres
Effacer les filtres

error in detecting components using bwlabel

2 vues (au cours des 30 derniers jours)
SHOBA MOHAN
SHOBA MOHAN le 29 Jan 2018
Commenté : Image Analyst le 30 Jan 2018
I used bwlabel for detecting connected components but i got error output i.e 3 objects are detected instead of 8. I am attaching input image. Expecting your suggestion.

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Jan 2018
bwlabel assumes that the white pixels are where the data is and that the black pixels are holes. When you have black text on a white background you need to invert the image.
  4 commentaires
SHOBA MOHAN
SHOBA MOHAN le 30 Jan 2018
Thanks Walter. I will try with your inputs.
Image Analyst
Image Analyst le 30 Jan 2018
Or you could sum the image vertically to find the gaps between the symbols.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by