Searched refs:bbf_nn (Results 1 – 1 of 1) sorted by relevance
301 struct bbf_nn { // info on found neighbors (approx k nearest) struct in CvKDTree304 bbf_nn(const __valuetype & _p, accum_type _dist) in bbf_nn() function307 bool operator<(const bbf_nn & rhs) const { in operator <() argument311 typedef std::vector < bbf_nn > bbf_nn_pqueue;368 bbf_nn nn(p, distance(d, p)); in bbf_new_nn()