Ask Your Question

Revision history [back]

TriangulatePoints with known object?

Hey!

I have a calibrated stereo setup (using the IR and RGB Camera from a older Primesense) and would like to localize a pattern. In the monocular case, solvePNP would do the job, but I did not find a similar approach for the stereo setup. I'm currently using triangulatePoints which gives me 3D coordinates of all my features in the pattern, but these points are computed individually so that the are not on the same plane. I found no way to model the constraint that the relative Pose of all these points is fixed.

Did I just miss a function?