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!