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::CompositeIndexParams Struct Reference

Index parameters for the CompositeIndex. More...

#include <opencv2/flann/composite_index.h>

Inheritance diagram for cvflann::CompositeIndexParams:
Collaboration diagram for cvflann::CompositeIndexParams:

Public Member Functions

 CompositeIndexParams (int trees=4, int branching=32, int iterations=11, flann_centers_init_t centers_init=FLANN_CENTERS_RANDOM, float cb_index=0.2)
 

Public Attributes

any elements
 STL member. More...
 
cv::String keys
 STL member. More...
 

Detailed Description

Index parameters for the CompositeIndex.

Constructor & Destructor Documentation

◆ CompositeIndexParams()

cvflann::CompositeIndexParams::CompositeIndexParams ( int  trees = 4,
int  branching = 32,
int  iterations = 11,
flann_centers_init_t  centers_init = FLANN_CENTERS_RANDOM,
float  cb_index = 0.2 
)
inline

Member Data Documentation

◆ elements

any std::map< cv::String , any >::elements
inherited

STL member.

◆ keys

cv::String std::map< cv::String , any >::keys
inherited

STL member.


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