#include <miniflann.hpp>
|  | 
|  | HierarchicalClusteringIndexParams (int branching=32, cvflann::flann_centers_init_t centers_init=cvflann::FLANN_CENTERS_RANDOM, int trees=4, int leaf_size=100) | 
|  | 
|  | IndexParams () | 
|  | 
|  | ~IndexParams () | 
|  | 
| 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 | 
|  | 
§ HierarchicalClusteringIndexParams()
The documentation for this struct was generated from the following file: