OpenCV  2.4.13.3
Open Source Computer Vision
cv::flann::IndexParams Struct Reference

#include <miniflann.hpp>

Inheritance diagram for cv::flann::IndexParams:
cv::flann::AutotunedIndexParams cv::flann::CompositeIndexParams cv::flann::HierarchicalClusteringIndexParams cv::flann::KDTreeIndexParams cv::flann::KMeansIndexParams cv::flann::LinearIndexParams cv::flann::LshIndexParams cv::flann::SavedIndexParams cv::flann::SearchParams

Public Member Functions

 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
 

Public Attributes

voidparams
 

Constructor & Destructor Documentation

§ IndexParams()

cv::flann::IndexParams::IndexParams ( )

§ ~IndexParams()

cv::flann::IndexParams::~IndexParams ( )

Member Function Documentation

§ getAll()

void cv::flann::IndexParams::getAll ( std::vector< std::string > &  names,
std::vector< int > &  types,
std::vector< std::string > &  strValues,
std::vector< double > &  numValues 
) const

§ getDouble()

double cv::flann::IndexParams::getDouble ( const std::string &  key,
double  defaultVal = -1 
) const

§ getInt()

int cv::flann::IndexParams::getInt ( const std::string &  key,
int  defaultVal = -1 
) const

§ getString()

std::string cv::flann::IndexParams::getString ( const std::string &  key,
const std::string &  defaultVal = std::string() 
) const

§ setAlgorithm()

void cv::flann::IndexParams::setAlgorithm ( int  value)

§ setBool()

void cv::flann::IndexParams::setBool ( const std::string &  key,
bool  value 
)

§ setDouble()

void cv::flann::IndexParams::setDouble ( const std::string &  key,
double  value 
)

§ setFloat()

void cv::flann::IndexParams::setFloat ( const std::string &  key,
float  value 
)

§ setInt()

void cv::flann::IndexParams::setInt ( const std::string &  key,
int  value 
)

§ setString()

void cv::flann::IndexParams::setString ( const std::string &  key,
const std::string &  value 
)

Member Data Documentation

§ params

void* cv::flann::IndexParams::params

The documentation for this struct was generated from the following file: