HomeSort by relevance Sort by last modified time
    Searched full:pq_alternate (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
_cvkdtree.hpp 328 void pq_alternate(int alt_n, bbf_pqueue & pq, scalar_type dist) const { function in class:CvKDTree
344 pq_alternate(n.right, pq, n.boundary - d[n.dim]);
347 pq_alternate(n.left, pq, d[n.dim] - n.boundary);

Completed in 53 milliseconds