Searched defs:bounds_max (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, argument
124 (typename __treetype::scalar_type*)bounds_max->data.ptr,
170 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, argument
173 assert(CV_MAT_TYPE(bounds_min->type) == CV_MAT_TYPE(bounds_max->type));
175 assert(bounds_max->rows * bounds_max->cols == dims());
179 (bounds_min, bounds_max,results));
243 CvMat* bounds_min, CvMat* bounds_max,
254 bounds_max->cols * bounds_max
242 cvFindFeaturesBoxed(CvFeatureTree* tr, CvMat* bounds_min, CvMat* bounds_max, CvMat* results) argument
[all...]
H A D_cvkdtree.hpp430 scalar_type * bounds_max,
437 find_ortho_range(n.left, bounds_min, bounds_max, inbounds);
438 if (bounds_max[n.dim] > n.boundary)
439 find_ortho_range(n.right, bounds_min, bounds_max, inbounds);
449 scalar_type * bounds_max,
452 find_ortho_range(root_node, bounds_min, bounds_max, inbounds);
429 find_ortho_range(int i, scalar_type * bounds_min, scalar_type * bounds_max, std::vector < __valuetype > &inbounds) const argument
448 find_ortho_range(scalar_type * bounds_min, scalar_type * bounds_max, std::vector < __valuetype > &inbounds) const argument

Completed in 115 milliseconds