Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dconjugate_gradients_solver.cc127 double last_rho = rho; in Solve() local
138 double beta = rho / last_rho; in Solve()
/external/opencv3/modules/video/src/
Decc.cpp461 double last_rho = - termination_eps; in findTransformECC() local
462 for (int i = 1; (i <= numberOfIterations) && (fabs(rho-last_rho)>= termination_eps); i++) in findTransformECC()
516 last_rho = rho; in findTransformECC()