OpenCV
3.2.0
Open Source Computer Vision
|
#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 |
T | node |
cvflann::BranchStruct< T, DistanceType >::BranchStruct | ( | ) |
cvflann::BranchStruct< T, DistanceType >::BranchStruct | ( | const T & | aNode, |
DistanceType | dist | ||
) |
bool cvflann::BranchStruct< T, DistanceType >::operator< | ( | const BranchStruct< T, DistanceType > & | rhs | ) | const |
DistanceType cvflann::BranchStruct< T, DistanceType >::mindist |
T cvflann::BranchStruct< T, DistanceType >::node |