suppress warning message

pull/9360/head
Tomoaki Teshima 8 years ago
parent 7a10369f4b
commit 800f656402
  1. 2
      modules/calib3d/src/calibration.cpp

@ -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);

Loading…
Cancel
Save