Given a robust sparse point cloud, and a set of views (cameras) of this point cloud, how do I determine the world position and orientation of the cameras using OpenCV?
Note that I have the intrinsic parameters of each camera (they are identical), and the point cloud points are defined as 3d world coordinates.