Commit ca1d8c17 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed another compile warning from MSVC

parent e944533f
......@@ -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;
......
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