Searched refs:sqrt_weight_ (Results 1 – 1 of 1) sorted by relevance
341 : sqrt_weight_(sqrt_weight) {} in EuclideanDistanceFunctor()345 residuals[0] = T(sqrt_weight_) * (x0[0] - x1[0]); in operator ()()346 residuals[1] = T(sqrt_weight_) * (x0[1] - x1[1]); in operator ()()356 const double sqrt_weight_; member