To calculate or estimate a center of a convex hull

23 views (last 30 days)
I am trying to find a center or estimated center of a convex hull of a set of points. In Matlab, we can obtain the convex hull of a set points. The coordinates of the points are known. But how can we obtain a relatively precise center of their convex hull? Any idea? Thanks.

Accepted Answer

Sean de Wolski
Sean de Wolski on 29 Aug 2014
Edited: Sean de Wolski on 29 Aug 2014
FEX has (at least) one

More Answers (1)

Image Analyst
Image Analyst on 29 Aug 2014
Seems rather easy. Here is the formula: http://en.wikipedia.org/wiki/Centroid#Centroid_of_polygon

Categories

Find more on Bounding Regions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!