Commit d7f0b9de authored by edgarriba's avatar edgarriba

DLS test

parent c7f6c0cb
...@@ -221,7 +221,7 @@ protected: ...@@ -221,7 +221,7 @@ protected:
} }
else if(method == 3) else if(method == 3)
{ {
opoints = std::vector<Point3f>(points.begin(), points.begin()+20); opoints = std::vector<Point3f>(points.begin(), points.begin()+10);
} }
else else
opoints = points; 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