![]() |
nanoflann
C++ header-only ANN library
|
#include <nanoflann.hpp>
Public Member Functions | |
| SearchParameters (float eps_=0, bool sorted_=true) | |
Public Attributes | |
| float | eps |
| search for eps-approximate neighbours (default: 0) | |
| bool | sorted |
| only for radius search, require neighbours sorted by distance (default: true) | |
Search options for KDTreeSingleIndexAdaptor::findNeighbors()