Searched refs:accum_type (Results 1 – 2 of 2) sorted by relevance
65 typedef typename __deref::accum_type accum_type; typedef in CvKDTree88 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 point304 bbf_nn(const __valuetype & _p, accum_type _dist) in bbf_nn()315 accum_type dist; // minimum distance from bounds to query point316 bbf_node(int _node, accum_type _dist) in bbf_node()354 accum_type distance(const __desctype * d, const __valuetype & p) const { in distance()[all …]
59 typedef double accum_type; typedef