$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Functions

Detailed Description

Functions

void cv::sfm::triangulatePoints (InputArrayOfArrays points2d, InputArrayOfArrays projection_matrices, OutputArray points3d)
 Reconstructs bunch of points by triangulation. More...
 

Function Documentation

◆ triangulatePoints()

void cv::sfm::triangulatePoints ( InputArrayOfArrays  points2d,
InputArrayOfArrays  projection_matrices,
OutputArray  points3d 
)

#include <triangulation.hpp>

Reconstructs bunch of points by triangulation.

Parameters
points2dInput vector of vectors of 2d points (the inner vector is per image). Has to be 2 X N.
projection_matricesInput vector with 3x4 projections matrices of each image.
points3dOutput array with computed 3d points. Is 3 x N.

Triangulates the 3d position of 2d correspondences between several images. Reference: Internally it uses DLT method [HartleyZ00] 12.2 pag.312