HomeSort by relevance Sort by last modified time
    Searched refs:find_ortho_range (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvkdtree.cpp 118 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);
_cvkdtree.hpp 429 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 199 milliseconds