Interpolation Search for Point Cloud Intersection

Klein, Jan, Zachmann, Gabriel

Abstract:
We present a novel algorithm to compute intersections of two point clouds. It can be used to detect collisions between implicit surfaces defined by two point sets, or to construct their intersection curves. Our approach utilizes a proximity graph that allows for quick interpolation search of a common zero of the two implicit functions.

First, pairs of points from one point set are constructed, bracketing the intersection with the other surface. Second, an interpolation search along shortest paths in the graph is performed. Third, the solutions are refined. For the first and third step, randomized sampling is utilized.

We show that the number of evaluations of the implicit function and the overall runtime is in $O( \log \log N)$, where $N$ is the point cloud size. The storage is bounded by $O(N)$.

Our measurements show that we achieve a speedup by an order of magnitude compared to a recently proposed randomized sampling technique for point cloud collision detection.