Vision and Mobile Robotics Laboratory | Software
|
|
Home | Members | Projects | Publications | Software | Videos | Internal |
This is the documentation file for the kdtree library (MeshToolbox/kdtree).
kdtree is a library for creation of kdtrees of arbitrary dimension. It is based on the algorithm described by Zhang in his paper on ICP (IJCV 1994).
kdtree.c contains the functions for creating kdtrees of arbitrary dimension and their use in closest point search.
kdtree.h contains the kdtree classes.