mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
fix bug 3252
This commit is contained in:
parent
5e47aa6300
commit
b382984810
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user