#include <composite_index.h>
Public Member Functions | |
| CompositeIndexParams (int trees_=4, int branching_=32, int iterations_=11, flann_centers_init_t centers_init_=CENTERS_RANDOM, float cb_index_=0.2) | |
| flann_algorithm_t | getIndexType () const |
| void | print () const |
Public Attributes | |
| int | branching |
| float | cb_index |
| flann_centers_init_t | centers_init |
| int | iterations |
| int | trees |
Definition at line 41 of file composite_index.h.
| cvflann::CompositeIndexParams::CompositeIndexParams | ( | int | trees_ = 4, |
|
| int | branching_ = 32, |
|||
| int | iterations_ = 11, |
|||
| flann_centers_init_t | centers_init_ = CENTERS_RANDOM, |
|||
| float | cb_index_ = 0.2 | |||
| ) | [inline] |
Definition at line 42 of file composite_index.h.
| flann_algorithm_t cvflann::CompositeIndexParams::getIndexType | ( | ) | const [inline] |
Definition at line 57 of file composite_index.h.
| void cvflann::CompositeIndexParams::print | ( | ) | const [inline] |
Definition at line 59 of file composite_index.h.
Definition at line 52 of file composite_index.h.
Definition at line 55 of file composite_index.h.
| flann_centers_init_t cvflann::CompositeIndexParams::centers_init |
Definition at line 54 of file composite_index.h.
Definition at line 53 of file composite_index.h.
Definition at line 49 of file composite_index.h.