HomeSort by relevance Sort by last modified time
    Searched refs:accum_type (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
_cvkdtree.hpp 65 typedef typename __deref::accum_type accum_type; typedef in class:CvKDTree
88 accum_type maxvar = -std::numeric_limits < accum_type >::max();
91 accum_type mean = 0;
95 accum_type var = 0;
97 accum_type diff = accum_type(deref(ctor(*k), j)) - mean;
303 accum_type dist; // distance from d to query point
304 bbf_nn(const __valuetype & _p, accum_type _dist
    [all...]
cvkdtree.cpp 59 typedef double accum_type; typedef in struct:CvFeatureTree::deref

Completed in 865 milliseconds