Searched refs:bbf_nn (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A D_cvkdtree.hpp301 struct bbf_nn { // info on found neighbors (approx k nearest) struct in class:CvKDTree
304 bbf_nn(const __valuetype & _p, accum_type _dist) function in struct:CvKDTree::bbf_nn
307 bool operator<(const bbf_nn & rhs) const {
311 typedef std::vector < bbf_nn > bbf_nn_pqueue;
362 // called per candidate nearest neighbor; constructs new bbf_nn for
368 bbf_nn nn(p, distance(d, p));
384 // (see bbf_nn structure def above).

Completed in 15 milliseconds