Skip to content

kejianhong/kd-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KD-Tree

  • Kd-tree implementation with c++ and python.
  • Reference

Usage

# c++
mkdir build && cd build
cmake .. && make
./kdtree-sample

# python
python3 ./python/kdtree.py

Visualization

Nearest Neighbor K Nearest Neighbor Radius Nearest Neighbor

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors