OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cvflann::AutotunedIndexParams Struct Reference

#include <opencv2/flann/autotuned_index.h>

Inheritance diagram for cvflann::AutotunedIndexParams:
Collaboration diagram for cvflann::AutotunedIndexParams:

Public Member Functions

 AutotunedIndexParams (float target_precision=0.8, float build_weight=0.01, float memory_weight=0, float sample_fraction=0.1)
 

Public Attributes

elements
 STL member. More...
 
keys
 STL member. More...
 

Constructor & Destructor Documentation

◆ AutotunedIndexParams()

cvflann::AutotunedIndexParams::AutotunedIndexParams ( float  target_precision = 0.8,
float  build_weight = 0.01,
float  memory_weight = 0,
float  sample_fraction = 0.1 
)
inline

Member Data Documentation

◆ elements

T std::map< K, T >::elements
inherited

STL member.

◆ keys

K std::map< K, T >::keys
inherited

STL member.


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