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

/external/ceres-solver/examples/
H A Dellipse_approximation.cc341 : sqrt_weight_(sqrt_weight) {}
345 residuals[0] = T(sqrt_weight_) * (x0[0] - x1[0]);
346 residuals[1] = T(sqrt_weight_) * (x0[1] - x1[1]);
356 const double sqrt_weight_; member in struct:EuclideanDistanceFunctor

Completed in 117 milliseconds