Skip to content

v0.4.0

Compare
Choose a tag to compare
@Jaybro Jaybro released this 24 Oct 20:08
· 470 commits to master since this release
651bd13

PicoTree v0.4.0 is the first release of this repository. It provides:

  • C++11 compliant KdTree template class:
    • Nearest neighbors, radius, and box searches.
    • Customizable nearest neighbor searches, metrics and tree splitting techniques.
    • Compile time and run time known dimensions.
    • Static tree builds.
    • Thread safe queries.
  • CMake based build and installation.
  • Doxygen generated documentation.
  • Examples showing how to use the KdTree.
  • Comparison benchmark with respect to Nanoflann.