Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dkdtree.cpp140 computeSums( const Mat& points, const size_t* ofs, int a, int b, double* sums ) in computeSums() function
204 computeSums(points, ptofs, 0, n-1, sumstack.ptr<double>(top)); in build()
255 computeSums(points, ptofs, middle+1, last, rsums); in build()