#include <autotuned_index.h>
Inherits cvflann::IndexParams.
Public Member Functions | |
AutotunedIndexParams (float target_precision_=0.8, float build_weight_=0.01, float memory_weight_=0, float sample_fraction_=0.1) | |
void | print () const |
virtual flann_algorithm_t | getIndexType () const |
Public Attributes | |
float | target_precision |
float | build_weight |
float | memory_weight |
float | sample_fraction |
flann_algorithm_t | algorithm |
cvflann::AutotunedIndexParams::AutotunedIndexParams | ( | float | target_precision_ = 0.8 , |
float | build_weight_ = 0.01 , |
||
float | memory_weight_ = 0 , |
||
float | sample_fraction_ = 0.1 |
||
) |
void cvflann::AutotunedIndexParams::print | ( | ) | const [virtual] |
Implements cvflann::IndexParams.
virtual flann_algorithm_t cvflann::IndexParams::getIndexType | ( | ) | const [virtual, inherited] |
flann_algorithm_t cvflann::IndexParams::algorithm [inherited] |