Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp193 double res = innerDownhillSimplex(simplex,_termcrit.epsilon, _termcrit.epsilon, in minimize()
272 double innerDownhillSimplex( Mat& p, double MinRange, double MinError, int& fcount, int nmax ) in innerDownhillSimplex() function in cv::DownhillSolverImpl