Searched defs:coord_sum (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | downhill_simplex.cpp | 214 inline void updateCoordSum(const Mat& p, Mat& coord_sum) in updateCoordSum() 275 Mat coord_sum(1, ndim, CV_64F), buf(1, ndim, CV_64F), y(1, ndim+1, CV_64F); in innerDownhillSimplex() local 419 double tryNewPoint( Mat& p, Mat& coord_sum, int ihi, double alpha_, Mat& ptry, int& fcount ) in tryNewPoint() 436 void replacePoint( Mat& p, Mat& coord_sum, Mat& y, int ihi, double alpha_, double ytry ) in replacePoint()
|