cv::flann::AutotunedIndexParams Struct Reference

#include <cxflann.h>

Inherits cv::flann::IndexParams.

List of all members.

Public Member Functions

 AutotunedIndexParams (float target_precision_=0.9, float build_weight_=0.01, float memory_weight_=0, float sample_fraction_=0.1)
::flann::IndexcreateIndex (const Mat &dataset) const

Public Attributes

float target_precision
float build_weight
float memory_weight
float sample_fraction

Constructor & Destructor Documentation

cv::flann::AutotunedIndexParams::AutotunedIndexParams ( float  target_precision_ = 0.9,
float  build_weight_ = 0.01,
float  memory_weight_ = 0,
float  sample_fraction_ = 0.1 
)

Member Function Documentation

::flann::Index* cv::flann::AutotunedIndexParams::createIndex ( const Mat dataset ) const [virtual]

Member Data Documentation


The documentation for this struct was generated from the following file: