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!