Home
last modified time | relevance | path

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

/external/ceres-solver/examples/
Dbal_problem.cc262 const double point_sigma) { in Perturb() argument
263 CHECK_GE(point_sigma, 0.0); in Perturb()
268 if (point_sigma > 0) { in Perturb()
270 PerturbPoint3(point_sigma, points + 3 * i); in Perturb()
Dbal_problem.h65 const double point_sigma);
Dbundle_adjuster.cc114 DEFINE_double(point_sigma, 0.0, "Standard deviation of the point "