image segmentation
Afficher commentaires plus anciens
i have binary image having letters like "ADB456" i need to separate each letter and display it seperately how can i do please help me
Réponse acceptée
Plus de réponses (2)
Sean de Wolski
le 15 Mar 2011
L = bwlabel(BW);
imshow(L==n); %where n = the number of the object you wish to see
Walter Roberson
le 15 Mar 2011
0 votes
Catégories
En savoir plus sur Image Segmentation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!