image segmentation

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

 Risposta accettata

Salah Eddine
Salah Eddine il 15 Mar 2011

0 voti

is your image in gray scale?

Più risposte (2)

Sean de Wolski
Sean de Wolski il 15 Mar 2011

0 voti

L = bwlabel(BW);
imshow(L==n); %where n = the number of the object you wish to see
Walter Roberson
Walter Roberson il 15 Mar 2011

0 voti

What is the difference between this post and your other post #3266 which also has answers?

Community Treasure Hunt

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

Start Hunting!

Translated by