RegionProps Order
이전 댓글 표시
Hi everybody
I need to know how regionprops function found the order object in image??
Thanks for help...
댓글 수: 1
Image Analyst
2011년 10월 1일
What is the "order object"?
답변 (2개)
Walter Roberson
2011년 10월 1일
1 개 추천
Image Analyst
2011년 10월 1일
0 개 추천
Do you mean how did it find the labeled image or the connected components variable that is the first argument of regionprops()? If so, it finds it because you passed it in as the first argument of regionprops(). Or do you mean how did it assign labels when you called bwlabel() or bwconncomp()? If so, that's from upper left to lower right going down columns.
카테고리
도움말 센터 및 File Exchange에서 Region and Image Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!