Description: K-d tree implementation in C++ for NN and KNN search
Templated k-d tree example that makes use of boost geometry point
classes. The k-d tree is build in bulk and supports N dimensions.
The implementation contains a recursive and iterative nearest neihgbor implementation,
and a recursive k-nearest neighbor search implementation.
To Search:
File list (Check if you may need any files):
kdtree-master
.............\CMakeLists.txt
.............\README.md
.............\kdtree.h
.............\test
.............\....\CMakeLists.txt
.............\....\tests.cpp