image segmentation
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (2)
Sean de Wolski
am 15 Mär. 2011
L = bwlabel(BW);
imshow(L==n); %where n = the number of the object you wish to see
Walter Roberson
am 15 Mär. 2011
0 Stimmen
Kategorien
Mehr zu Image Segmentation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!