提交 2072168a 编写于 作者: A Alexander Alekhin

Merge pull request #9360 from tomoaki0705:suppressCalib3dWarning

......@@ -2758,7 +2758,7 @@ void cv::reprojectImageTo3D( InputArray _disparity,
__3dImage.create(disparity.size(), CV_MAKETYPE(dtype, 3));
Mat _3dImage = __3dImage.getMat();
const double bigZ = 10000.;
const float bigZ = 10000.f;
Matx44d _Q;
Q.convertTo(_Q, CV_64F);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册