fixed another compile warning from MSVC
This commit is contained in:
parent
e944533f01
commit
ca1d8c1737
@ -326,7 +326,7 @@ TEST(Calib3d_SolvePnP, double_support)
|
||||
{
|
||||
points3d.push_back(cv::Point3d(i,0,0));
|
||||
points3dF.push_back(cv::Point3d(i,0,0));
|
||||
points2d.push_back(cv::Point2f(i,0));
|
||||
points2d.push_back(cv::Point2d(i,0));
|
||||
points2dF.push_back(cv::Point2d(i,0));
|
||||
}
|
||||
Mat R,t, RF, tF;
|
||||
|
Loading…
x
Reference in New Issue
Block a user