#include <composite_index.h>
Inherits std::map< std::string, any >.
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. More... | |
any | elements |
STL member. More... | |
Index parameters for the CompositeIndex.
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 |
||
) |
|
inherited |
STL member.
|
inherited |
STL member.