Home
last modified time | relevance | path

Searched refs:bounds_max (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvkdtree.cpp118 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, in find_ortho_range()
124 (typename __treetype::scalar_type*)bounds_max->data.ptr, in find_ortho_range()
170 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, in find_ortho_range()
173 assert(CV_MAT_TYPE(bounds_min->type) == CV_MAT_TYPE(bounds_max->type)); in find_ortho_range()
175 assert(bounds_max->rows * bounds_max->cols == dims()); in find_ortho_range()
179 (bounds_min, bounds_max,results)); in find_ortho_range()
243 CvMat* bounds_min, CvMat* bounds_max, in cvFindFeaturesBoxed() argument
254 bounds_max->cols * bounds_max->rows != dims) in cvFindFeaturesBoxed()
256 if (CV_MAT_TYPE(bounds_min->type) != CV_MAT_TYPE(bounds_max->type)) in cvFindFeaturesBoxed()
268 CvMat* old_bounds_max = bounds_max; in cvFindFeaturesBoxed()
[all …]
D_cvkdtree.hpp430 scalar_type * bounds_max, in find_ortho_range() argument
437 find_ortho_range(n.left, bounds_min, bounds_max, inbounds); in find_ortho_range()
438 if (bounds_max[n.dim] > n.boundary) in find_ortho_range()
439 find_ortho_range(n.right, bounds_min, bounds_max, inbounds); in find_ortho_range()
449 scalar_type * bounds_max, in find_ortho_range() argument
452 find_ortho_range(root_node, bounds_min, bounds_max, inbounds); in find_ortho_range()
/external/opencv/cv/include/
Dcv.h1075 CvMat* bounds_min, CvMat* bounds_max, in LOAD_CHDL()