Commit 6c8b11af authored by edgarriba's avatar edgarriba

DLS test

parent b7a19a9a
......@@ -221,7 +221,7 @@ protected:
}
else if(method == 3)
{
opoints = std::vector<Point3f>(points.begin(), points.begin()+10);
opoints = std::vector<Point3f>(points.begin(), points.begin()+50);
}
else
opoints = points;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment