Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp356 double y_alpha = tryNewPoint(p, coord_sum, ihi, alpha, buf, fcount); in innerDownhillSimplex()
367 double y_beta = tryNewPoint(p, coord_sum, ihi, beta, buf, fcount); in innerDownhillSimplex()
383 double y_gamma = tryNewPoint(p, coord_sum, ihi, gamma, buf, fcount); in innerDownhillSimplex()
419 double tryNewPoint( Mat& p, Mat& coord_sum, int ihi, double alpha_, Mat& ptry, int& fcount ) in tryNewPoint() function in cv::DownhillSolverImpl