- Kd-tree implementation with c++ and python.
- Reference
# c++
mkdir build && cd build
cmake .. && make
./kdtree-sample
# python
python3 ./python/kdtree.py| Nearest Neighbor | K Nearest Neighbor | Radius Nearest Neighbor |
|---|---|---|
![]() |
![]() |
![]() |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# c++
mkdir build && cd build
cmake .. && make
./kdtree-sample
# python
python3 ./python/kdtree.py| Nearest Neighbor | K Nearest Neighbor | Radius Nearest Neighbor |
|---|---|---|
![]() |
![]() |
![]() |