#include <autotuned_index.h>
Public Member Functions | |
AutotunedIndexParams (float target_precision_=0.8, float build_weight_=0.01, float memory_weight_=0, float sample_fraction_=0.1) | |
flann_algorithm_t | getIndexType () const |
void | print () const |
Public Attributes | |
float | build_weight |
float | memory_weight |
float | sample_fraction |
float | target_precision |
Definition at line 44 of file autotuned_index.h.
cvflann::AutotunedIndexParams::AutotunedIndexParams | ( | float | target_precision_ = 0.8 , |
|
float | build_weight_ = 0.01 , |
|||
float | memory_weight_ = 0 , |
|||
float | sample_fraction_ = 0.1 | |||
) | [inline] |
Definition at line 45 of file autotuned_index.h.
flann_algorithm_t cvflann::AutotunedIndexParams::getIndexType | ( | ) | const [inline] |
Definition at line 58 of file autotuned_index.h.
void cvflann::AutotunedIndexParams::print | ( | ) | const [inline] |
Definition at line 60 of file autotuned_index.h.
Definition at line 54 of file autotuned_index.h.
Definition at line 55 of file autotuned_index.h.
Definition at line 56 of file autotuned_index.h.
Definition at line 51 of file autotuned_index.h.