From b382984810e269ce7c94a8646c5985d044ebcf9b Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Mon, 12 May 2014 15:01:15 +0200 Subject: [PATCH] fix bug 3252 --- modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst index 37159b0..d1c5d06 100644 --- a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst +++ b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst @@ -1483,6 +1483,10 @@ Reconstructs points by triangulation. The function reconstructs 3-dimensional points (in homogeneous coordinates) by using their observations with a stereo camera. Projections matrices can be obtained from :ocv:func:`stereoRectify`. +.. note:: + + Keep in mind that all input data should be of float type in order for this function to work. + .. seealso:: :ocv:func:`reprojectImageTo3D` -- 2.7.4