Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

using result from triangulatePoints in solvePnp

I am using triangulatePoints to get 3d points, then sending these points, with the corresponding keypoints, to solvePnp.

The resulting 3d points from triangulation are in camera space.

SolvePnp requires (i believe) points in world space. is this correct?

If so, how can i do this conversion?

thank you.