OpenCV  3.4.5
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cvflann::BranchStruct< T, DistanceType > Struct Template Reference

#include "result_set.h"

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

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

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