Qhull is a library for C and C++ which implements Quickhull algorithm for computing the convex hull.
I'm using Scipy 0.13.0 in Python 2.7 to calculate a set of Voronoi cells in 3d. I need to get the volume …
python-2.7 scipy voronoi qhullI have several values that are defined on the same irregular grid (x, y, z) that I want to interpolate …
python numpy scipy interpolation qhullI'm trying to get the volume of the convex hull of a set of points using the SciPy wrapper for …
python scipy convex-hull qhull