MATLAB File Help: cv.triangulatePoints Index
cv.triangulatePoints

Reconstructs points by triangulation

points4D = cv.triangulatePoints(projMatr1, projMatr2, projPoints1, projPoints2)

Input

Output

The function reconstructs 3-dimensional points (in homogeneous coordinates) by using their observations with a stereo camera. Projections matrices can be obtained from cv.stereoRectify.

Note

Keep in mind that all input data should be of float type in order for this function to work (single or double).

See also