How can I use triangulatePoints() if I have only CameraParams?
How can I get 3x4 projection matricies of the first and the second cameras to use triangulatePoints()
if I have only struct detail::CameraParams
for each of two cameras which I got from detail::Estimator
?