image segmentation

3 views (last 30 days)
javeed miyandad
javeed miyandad on 15 Mar 2011
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

Accepted Answer

Salah Eddine
Salah Eddine on 15 Mar 2011
is your image in gray scale?

More Answers (2)

Sean de Wolski
Sean de Wolski on 15 Mar 2011
L = bwlabel(BW);
imshow(L==n); %where n = the number of the object you wish to see

Walter Roberson
Walter Roberson on 15 Mar 2011
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!