Skip to content
Snippets Groups Projects
Commit b996b95a authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Use ScalarT not double

parent 54d6e161
No related branches found
No related tags found
1 merge request!1Resolve "icp: develop matching tools"
......@@ -82,7 +82,7 @@ void PointSet::computeRadius()
radius_ = sqrt(dd2max);
}
void PointSet::computeBoundingBox(const double & _clearance)
void PointSet::computeBoundingBox(const ScalarT & _clearance)
{
double cxx, cyy, cxy; //variance and covariance terms
Eigen::MatrixXd points_o, points_c; //points wrt origin, points wrt cov eigen vectors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment