Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Ddownhill_simplex.cpp353 double y_lo = y_[ilo], y_nhi = y_[inhi], y_hi = y_[ihi]; in innerDownhillSimplex() local
358 … dprintf(("\ny_lo=%g, y_nhi=%g, y_hi=%g, y_alpha=%g, p_alpha:\n", y_lo, y_nhi, y_hi, y_alpha)); in innerDownhillSimplex()
363 if( y_alpha < y_lo ) in innerDownhillSimplex()