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.

采纳的回答

David Young
David Young 2012-2-7
Have a look at regionprops. It will give you an aspect ratio for each blob, or the bounding box.
  2 个评论
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 个)

Community Treasure Hunt

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

Start Hunting!

Translated by