![]() |
nanoflann
C++ header-only ANN library
|
#include <nanoflann.hpp>
Public Member Functions | |
| SearchParams (int checks_IGNORED_=32, float eps_=0, bool sorted_=true) | |
Public Attributes | |
| int | checks |
| float | eps |
| search for eps-approximate neighbours (default: 0) | |
| bool | sorted |
| distance (default: true) More... | |
Search options for KDTreeSingleIndexAdaptor::findNeighbors()
|
inline |
Note: The first argument (checks_IGNORED_) is ignored, but kept for compatibility with the FLANN interface
| int nanoflann::SearchParams::checks |
Ignored parameter (Kept for compatibility with the FLANN interface).
| bool nanoflann::SearchParams::sorted |
distance (default: true)
only for radius search, require neighbours sorted by