suppress warning message

This commit is contained in:
Tomoaki Teshima 2017-08-14 08:26:06 +09:00
parent 7a10369f4b
commit 800f656402

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