Merge pull request #2729 from StevenPuttemans:bug_3252
This commit is contained in:
commit
c607dadc49
@ -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`.
|
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::
|
.. seealso::
|
||||||
|
|
||||||
:ocv:func:`reprojectImageTo3D`
|
:ocv:func:`reprojectImageTo3D`
|
||||||
|
Loading…
Reference in New Issue
Block a user