mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
DLS test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user