Searched refs:rotation_sigma (Results 1 – 3 of 3) sorted by relevance
260 void BALProblem::Perturb(const double rotation_sigma, in Perturb() argument264 CHECK_GE(rotation_sigma, 0.0); in Perturb()282 if (rotation_sigma > 0.0) { in Perturb()283 PerturbPoint3(rotation_sigma, angle_axis); in Perturb()
63 void Perturb(const double rotation_sigma,
110 DEFINE_double(rotation_sigma, 0.0, "Standard deviation of camera rotation "