how bwlabel determine each unique label for each object in image ?
조회 수: 3(최근 30일)
표시 이전 댓글
i have image

how bwlabel determine each unique label for labeling each object in this image ? how bwlabel select objects to be labeled 1 or 2 or 3 etc ? whether the unique label choose with random ?? thanks
댓글 수: 0
채택된 답변
Image Analyst
2016년 4월 18일
Starting at the upper left pixel, it goes down rows until it hits a new, unlabeled object. Then it labels all the pixels in it. Then it continues going down rows, and moving over columns until it has found all of the blobs. So the numbers are going from top to bottom and left to right, NOT left to right and top to bottom like you'd read a book.
댓글 수: 3
추가 답변(0개)
참고 항목
범주
Find more on Computer Vision With Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!