Top "Qhull" questions

Qhull is a library for C and C++ which implements Quickhull algorithm for computing the convex hull.

Volume of Voronoi cell (python)

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 qhull
Speedup scipy griddata for multiple interpolations between two irregular grids

I have several values that are defined on the same irregular grid (x, y, z) that I want to interpolate …

python numpy scipy interpolation qhull
Volume of convex hull with QHull from SciPy

I'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