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
采纳的回答
更多回答(2 个)
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
2011-3-15
0 个投票
类别
在 帮助中心 和 File Exchange 中查找有关 Image Segmentation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!