#include "miniflann.hpp"
|
| SearchParams (int checks=32, float eps=0, bool sorted=true) |
|
| IndexParams () |
|
| ~IndexParams () |
|
void | getAll (std::vector< String > &names, std::vector< FlannIndexType > &types, std::vector< String > &strValues, std::vector< double > &numValues) const |
|
double | getDouble (const String &key, double defaultVal=-1) const |
|
int | getInt (const String &key, int defaultVal=-1) const |
|
String | getString (const String &key, const String &defaultVal=String()) const |
|
void | setAlgorithm (int value) |
|
void | setBool (const String &key, bool value) |
|
void | setDouble (const String &key, double value) |
|
void | setFloat (const String &key, float value) |
|
void | setInt (const String &key, int value) |
|
void | setString (const String &key, const String &value) |
|
§ SearchParams()
cv::flann::SearchParams::SearchParams |
( |
int |
checks = 32 , |
|
|
float |
eps = 0 , |
|
|
bool |
sorted = true |
|
) |
| |
The documentation for this struct was generated from the following file: