If you do not have experience in triangulation points from two representations, you should book the book of Hartley and Sisserman . This book describes a linear triangulation method that is very simple to implement, with the corresponding point-to-point correspondences, camera position, and camera calibration.
An example code for this method is given here . It is based on the book mentioned above.
However, there are very important conditions that must be met. First, the measured correspondences of the points must be correct with respect to the epipolar limitation x*E*x' = 0
. Secondly, the angle between the rays should be more than a few degrees, for example, 2 degrees.
source share