How to find ht:width ratio of a connected component?
1 回表示 (過去 30 日間)
古いコメントを表示
Application: Face detection by skin color I have separated out the connected components in a BW image. All I want to do is find out the ratio of height:width ratio of individual component. The Matlab version I am using is 2010. Please help asap.
0 件のコメント
採用された回答
David Young
2012 年 2 月 7 日
Have a look at regionprops. It will give you an aspect ratio for each blob, or the bounding box.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!