image segmentation

2 次查看(过去 30 天)
javeed miyandad
javeed miyandad 2011-3-15
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

采纳的回答

Salah Eddine
Salah Eddine 2011-3-15
is your image in gray scale?

更多回答(2 个)

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

Walter Roberson
Walter Roberson 2011-3-15
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