Public Member Functions | Public Attributes
cvflann::CompositeIndexParams Struct Reference

#include <composite_index.h>

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

List of all members.

Public Member Functions

 CompositeIndexParams (int trees=4, 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.
any elements
 STL member.

Detailed Description

Index parameters for the CompositeIndex.


Constructor & Destructor Documentation

cvflann::CompositeIndexParams::CompositeIndexParams ( int  trees = 4,
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: