#include <miniflann.hpp>
Inherits cv::flann::IndexParams.
|
| AutotunedIndexParams (float target_precision=0.8, float build_weight=0.01, float memory_weight=0, float sample_fraction=0.1) |
|
std::string | getString (const std::string &key, const std::string &defaultVal=std::string()) const |
|
int | getInt (const std::string &key, int defaultVal=-1) const |
|
double | getDouble (const std::string &key, double defaultVal=-1) const |
|
void | setString (const std::string &key, const std::string &value) |
|
void | setInt (const std::string &key, int value) |
|
void | setDouble (const std::string &key, double value) |
|
void | setFloat (const std::string &key, float value) |
|
void | setBool (const std::string &key, bool value) |
|
void | setAlgorithm (int value) |
|
void | getAll (std::vector< std::string > &names, std::vector< int > &types, std::vector< std::string > &strValues, std::vector< double > &numValues) const |
|
cv::flann::AutotunedIndexParams::AutotunedIndexParams |
( |
float |
target_precision = 0.8 , |
|
|
float |
build_weight = 0.01 , |
|
|
float |
memory_weight = 0 , |
|
|
float |
sample_fraction = 0.1 |
|
) |
| |
int cv::flann::IndexParams::getInt |
( |
const std::string & |
key, |
|
|
int |
defaultVal = -1 |
|
) |
| const |
|
inherited |
double cv::flann::IndexParams::getDouble |
( |
const std::string & |
key, |
|
|
double |
defaultVal = -1 |
|
) |
| const |
|
inherited |
void cv::flann::IndexParams::setDouble |
( |
const std::string & |
key, |
|
|
double |
value |
|
) |
| |
|
inherited |
void cv::flann::IndexParams::setFloat |
( |
const std::string & |
key, |
|
|
float |
value |
|
) |
| |
|
inherited |
void cv::flann::IndexParams::setBool |
( |
const std::string & |
key, |
|
|
bool |
value |
|
) |
| |
|
inherited |
void cv::flann::IndexParams::setAlgorithm |
( |
int |
value | ) |
|
|
inherited |
void cv::flann::IndexParams::getAll |
( |
std::vector< std::string > & |
names, |
|
|
std::vector< int > & |
types, |
|
|
std::vector< std::string > & |
strValues, |
|
|
std::vector< double > & |
numValues |
|
) |
| const |
|
inherited |
void* cv::flann::IndexParams::params |
|
inherited |
The documentation for this struct was generated from the following file: