Public Member Functions | Public Attributes | List of all members
cvflann::KMeansIndexParams Struct Reference

#include <kmeans_index.h>

Inherits std::map< std::string, any >.

Public Member Functions

 KMeansIndexParams (int branching=32, int iterations=11, flann_centers_init_t centers_init=FLANN_CENTERS_RANDOM, float cb_index=0.2)
 

Public Attributes

std::string keys
 STL member. More...
 
any elements
 STL member. More...
 

Constructor & Destructor Documentation

cvflann::KMeansIndexParams::KMeansIndexParams ( int  branching = 32,
int  iterations = 11,
flann_centers_init_t  centers_init = FLANN_CENTERS_RANDOM,
float  cb_index = 0.2 
)

Member Data Documentation

std::string std::map< std::string , any >::keys
inherited

STL member.

any std::map< std::string , any >::elements
inherited

STL member.


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