fix bug 3252
authorStevenPuttemans <steven.puttemans@gmail.com>
Mon, 12 May 2014 13:01:15 +0000 (15:01 +0200)
committerStevenPuttemans <steven.puttemans@gmail.com>
Mon, 12 May 2014 13:01:15 +0000 (15:01 +0200)
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst

index 37159b0..d1c5d06 100644 (file)
@@ -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`