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!