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::BranchStruct< T, DistanceType > Struct Template Reference

#include <opencv2/flann/result_set.h>

Collaboration diagram for cvflann::BranchStruct< T, DistanceType >:

Public Member Functions

 BranchStruct ()
 
 BranchStruct (const T &aNode, DistanceType dist)
 
bool operator< (const BranchStruct< T, DistanceType > &rhs) const
 

Public Attributes

DistanceType mindist
 
node
 

Constructor & Destructor Documentation

◆ BranchStruct() [1/2]

template<typename T , typename DistanceType >
cvflann::BranchStruct< T, DistanceType >::BranchStruct ( )
inline

◆ BranchStruct() [2/2]

template<typename T , typename DistanceType >
cvflann::BranchStruct< T, DistanceType >::BranchStruct ( const T &  aNode,
DistanceType  dist 
)
inline

Member Function Documentation

◆ operator<()

template<typename T , typename DistanceType >
bool cvflann::BranchStruct< T, DistanceType >::operator< ( const BranchStruct< T, DistanceType > &  rhs) const
inline

Member Data Documentation

◆ mindist

template<typename T , typename DistanceType >
DistanceType cvflann::BranchStruct< T, DistanceType >::mindist

◆ node


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