Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp272 double innerDownhillSimplex( Mat& p, double MinRange, double MinError, int& fcount, int nmax ) in innerDownhillSimplex() argument
342 if( range <= MinRange || error <= MinError || fcount >= nmax ) in innerDownhillSimplex()