Searched refs:computeSums (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/ml/src/ |
D | kdtree.cpp | 140 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()
|