Skip to content

gvd/kdtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kdtree

======

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.

About

K-d tree implementation in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published