Home
last modified time | relevance | path

Searched defs:BranchStruct (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dresult_set.h50 struct BranchStruct struct
55 BranchStruct() {} in BranchStruct() argument
56 BranchStruct(const T& aNode, DistanceType dist) : node(aNode), mindist(dist) {} in BranchStruct() function