How to find ht:width ratio of a connected component?

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.

 採用された回答

David Young
David Young 2012 年 2 月 7 日

0 投票

Have a look at regionprops. It will give you an aspect ratio for each blob, or the bounding box.

2 件のコメント

Sucheta
Sucheta 2012 年 2 月 8 日
Thanks, I will check it out and get back to you.
Sucheta
Sucheta 2012 年 2 月 27 日
**I am unable to follow. Can you explain me with an example//
**How to upload an image. It will be easy for me to explain.
**Also,
I have this BW image. Black backround and white blob.
I want to find out the centroid of that blob.
After this process I want to find out its y-axis and x-axis distance.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by