mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 11:03:03 +08:00
DLS test
This commit is contained in:
parent
b7a19a9a5f
commit
6c8b11afee
@ -221,7 +221,7 @@ protected:
|
|||||||
}
|
}
|
||||||
else if(method == 3)
|
else if(method == 3)
|
||||||
{
|
{
|
||||||
opoints = std::vector<Point3f>(points.begin(), points.begin()+10);
|
opoints = std::vector<Point3f>(points.begin(), points.begin()+50);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
opoints = points;
|
opoints = points;
|
||||||
|
Loading…
Reference in New Issue
Block a user