Skip to content Skip to sidebar Skip to footer
Showing posts with the label Convex Hull

Removing Outliers From Convex Hull

I have a few datasets that I'd like to visualise with convex hull (and derive some statistics f… Read more Removing Outliers From Convex Hull

Computing The Distance To A Convex Hull

I am using the ConvexHull class of scipy to construct a convex hull for a set of points. I am inter… Read more Computing The Distance To A Convex Hull

Qhull Convex Hull Wants Me To Input At Least 3 Points

Update: I've decided to try to use a linear programming package in order to determine if the ve… Read more Qhull Convex Hull Wants Me To Input At Least 3 Points