Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 264 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 264 Bytes

k dimensions tree

Template kd-tree implement of c++

  • search a radius range
  • search k nearest neighborhoods

references

build :

  1. cd to [workspaceFolder]
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make