Home
last modified time | relevance | path

Searched refs:accum_type (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
D_cvkdtree.hpp65 typedef typename __deref::accum_type accum_type; typedef in CvKDTree
88 accum_type maxvar = -std::numeric_limits < accum_type >::max(); in dimension_of_highest_variance()
91 accum_type mean = 0; in dimension_of_highest_variance()
95 accum_type var = 0; in dimension_of_highest_variance()
97 accum_type diff = accum_type(deref(ctor(*k), j)) - mean; in dimension_of_highest_variance()
303 accum_type dist; // distance from d to query point
304 bbf_nn(const __valuetype & _p, accum_type _dist) in bbf_nn()
315 accum_type dist; // minimum distance from bounds to query point
316 bbf_node(int _node, accum_type _dist) in bbf_node()
354 accum_type distance(const __desctype * d, const __valuetype & p) const { in distance()
[all …]
Dcvkdtree.cpp59 typedef double accum_type; typedef