Finding the convex hull of a set of points

Started by
1 comment, last by jenny_wui 10 years, 11 months ago

Hello every body, I have a set of points. I need to find the convex hull of the points. Lastly I need to find the boundary line of the convex hull. Could any one help me how that can be done. Thanks in advance.

Advertisement

I believe the QuickHull algorithm is considered the gold standard for finding the convex hull of a point cloud.

I'm not quite clear what you mean by "boundary line". Assuming 2-dimensional points, the resulting convex polygon is the same as the boundary, no?

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

Yes, actually the convex polygon is what I am looking for. Thanks

This topic is closed to new replies.

Advertisement