From: StevenPuttemans Date: Mon, 12 May 2014 13:01:15 +0000 (+0200) Subject: fix bug 3252 X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~198^2~7^2~41^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b382984810e269ce7c94a8646c5985d044ebcf9b;p=profile%2Fivi%2Fopencv.git fix bug 3252 --- 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`