Searched defs:find_ortho_range (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvkdtree.cpp118 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, function in struct:CvFeatureTree
123 find_ortho_range((typename __treetype::scalar_type*)bounds_min->data.ptr,
170 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, function in struct:CvFeatureTree
178 dispatch_cvtype(mat, count = find_ortho_range<tree_type>
273 nr = tr->find_ortho_range(bounds_min, bounds_max, results);
H A D_cvkdtree.hpp429 void find_ortho_range(int i, scalar_type * bounds_min, function in class:CvKDTree
437 find_ortho_range(n.left, bounds_min, bounds_max, inbounds);
439 find_ortho_range(n.right, bounds_min, bounds_max, inbounds);
448 int find_ortho_range(scalar_type * bounds_min, function in class:CvKDTree
452 find_ortho_range(root_node, bounds_min, bounds_max, inbounds);

Completed in 134 milliseconds