Searched refs:y_gamma (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | downhill_simplex.cpp | 383 double y_gamma = tryNewPoint(p, coord_sum, ihi, gamma, buf, fcount); in innerDownhillSimplex() local 384 dprintf(("\ny_gamma=%g, p_gamma:\n", y_gamma)); in innerDownhillSimplex() 386 if( y_gamma < y_hi ) in innerDownhillSimplex() 387 replacePoint(p, coord_sum, y, ihi, gamma, y_gamma); in innerDownhillSimplex()
|