Searched refs:sqrt_weight (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/examples/
H A Dellipse_approximation.cc340 EuclideanDistanceFunctor(const double& sqrt_weight) argument
341 : sqrt_weight_(sqrt_weight) {}
350 static ceres::CostFunction* Create(const double& sqrt_weight) { argument
352 new EuclideanDistanceFunctor(sqrt_weight));

Completed in 108 milliseconds