Compute convex hull

Owen picture Owen · Feb 3, 2013 · Viewed 17k times · Source

How to compute the convex hull starting from collection of points?

Answer

Govert picture Govert · Feb 3, 2013

MIConvexHull - https://designengrlab.github.io/MIConvexHull/ - is a high-performance convex hull implementation in C#, supporting higher-dimensional convex hulls too. LGPL license.