Efficiently Approximating the Minimum-Volume Bounding Box of a Point Set in Three Dimensions
By: Gill Barequet, Sariel Har-Peled
Potential Business Impact:
Finds the smallest box to hold 3D shapes.
$\renewcommand{\Re}{\mathbb{R}}$We present an efficient $O (n + 1/\varepsilon^{4.5})$-time algorithm for computing a $(1+\varepsilon$)-approximation of the minimum-volume bounding box of $n$ points in $\Re^3$. We also present a simpler algorithm (for the same purpose) whose running time is $O (n \log{n} + n / \varepsilon^3)$. We give some experimental results with implementations of various variants of the second algorithm. The implementation of the algorithm described in this paper is available online https://github.com/sarielhp/MVBB.
Similar Papers
Improved Approximation Algorithms for Three-Dimensional Bin Packing
Computational Geometry
Fits boxes better, saving space and money.
Approximating mixed volumes to arbitrary accuracy
Computational Geometry
Calculates complex shapes' volumes faster.
How to compute the volume in low dimension?
Quantum Physics
Measures tricky shapes faster with new math.