Merge pull request #2729 from StevenPuttemans:bug_3252

This commit is contained in:
Roman Donchenko 2014-05-13 14:17:09 +04:00 committed by OpenCV Buildbot
commit c607dadc49

View File

@ -1485,6 +1485,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`