How to find the maximum radius and connect it to the centroid

조회 수: 6 (최근 30일)
BlueBee77
BlueBee77 2015년 12월 13일
댓글: Image Analyst 2015년 12월 14일
I want to connect the connect the center point to the five points(head, hands, legs) for the attached figure of a human. I have the center point and all the boundary points but don't understand the logic how to connect them. I know about convex hull and have tried that but it doesn't give me the desired output. I think these five points lie at the extreme radii. Is this concept right?? If yes, then how can i find the extreme radii of this figure. Any help will be greatly appreciated.
  댓글 수: 2
Guillaume
Guillaume 2015년 12월 13일
I'm not sure you attached the correct figure. In no way does it ressemble a figure of a human.
BlueBee77
BlueBee77 2015년 12월 14일
The figure is correct. However, it is not drawn by Matlab bwboundaries, thats why its not that much precise. Also dimensionality reduction is performed on this figure.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2015년 12월 14일
See Steve Eddins presentation to ICIP last month on new MATLAB capabilities.
Page 31:
  댓글 수: 7
BlueBee77
BlueBee77 2015년 12월 14일
One thing more, when the human boundary is displayed, i dont know why, but its display upside down. How can i rotate the plot??
Image Analyst
Image Analyst 2015년 12월 14일
Instead of
plot(x, y);
do
plot(y, x);

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by