Point kd-tree search algorithms

Back to Nearest neighbors searching

The SearchAlgorithm_PointKdTree concept abstracts the details of a generic nearest-neighbor searching algorithm on a PointKdTree.

Files

Best-first neighbor searching algorithm for PointKdTree

Depth-first neighbor searching algorithm for PointKdTree

SearchAlgorithm_PointKdTree concept