#include <opencv2/flann/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 |
|
inline |
|
inline |
|
inline |
| DistanceType cvflann::BranchStruct< T, DistanceType >::mindist |
Referenced by cvflann::KDTreeIndex< Distance >::getParameters().
| T cvflann::BranchStruct< T, DistanceType >::node |