1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #9360 from tomoaki0705:suppressCalib3dWarning

This commit is contained in:
Alexander Alekhin
2017-08-14 08:10:58 +00:00
+1 -1
View File
@@ -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);