Searched refs:find_ortho_range (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvkdtree.cpp | 118 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, in find_ortho_range() function 123 find_ortho_range((typename __treetype::scalar_type*)bounds_min->data.ptr, in find_ortho_range() 170 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, in find_ortho_range() function 178 dispatch_cvtype(mat, count = find_ortho_range<tree_type> in find_ortho_range() 273 nr = tr->find_ortho_range(bounds_min, bounds_max, results); in cvFindFeaturesBoxed()
|
D | _cvkdtree.hpp | 429 void find_ortho_range(int i, scalar_type * bounds_min, in find_ortho_range() function in CvKDTree 437 find_ortho_range(n.left, bounds_min, bounds_max, inbounds); in find_ortho_range() 439 find_ortho_range(n.right, bounds_min, bounds_max, inbounds); in find_ortho_range() 448 int find_ortho_range(scalar_type * bounds_min, in find_ortho_range() function in CvKDTree 452 find_ortho_range(root_node, bounds_min, bounds_max, inbounds); in find_ortho_range()
|