Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 284 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 284 Bytes

KDTree

Description

This class implements a KDTree library for efficient nearest neighbour lookup. The class is templated so it can be used with points of different dimensionality.. The test harness folder has and extensive test suite to test the KDTree functionality