#include <cxflann.h>
Inherits cv::flann::IndexParams.
Public Member Functions | |
AutotunedIndexParams (float target_precision_=0.9, float build_weight_=0.01, float memory_weight_=0, float sample_fraction_=0.1) | |
::flann::Index * | createIndex (const Mat &dataset) const |
Public Attributes | |
float | target_precision |
float | build_weight |
float | memory_weight |
float | sample_fraction |
cv::flann::AutotunedIndexParams::AutotunedIndexParams | ( | float | target_precision_ = 0.9 , |
float | build_weight_ = 0.01 , |
||
float | memory_weight_ = 0 , |
||
float | sample_fraction_ = 0.1 |
||
) |
::flann::Index* cv::flann::AutotunedIndexParams::createIndex | ( | const Mat & | dataset ) | const [virtual] |
Implements cv::flann::IndexFactory.