mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge branch 4.x
This commit is contained in:
@@ -1531,8 +1531,8 @@ TEST(Calib3d_SolvePnP, generic)
|
||||
}
|
||||
else
|
||||
{
|
||||
p3f = p3f_;
|
||||
p2f = p2f_;
|
||||
p3f = vector<Point3f>(p3f_.begin(), p3f_.end());
|
||||
p2f = vector<Point2f>(p2f_.begin(), p2f_.end());
|
||||
}
|
||||
|
||||
vector<double> reprojectionErrors;
|
||||
|
||||
Reference in New Issue
Block a user