xdspacelab / openvslam

OpenVSLAM: A Versatile Visual SLAM Framework
https://openvslam.readthedocs.io/
2.97k stars 868 forks source link

Stereo setup - recover left and right camera poses from the estimated stereo pose #520

Open alessandroTorresani opened 3 years ago

alessandroTorresani commented 3 years ago

Hi everybody, I am trying to figure it out how to convert, in a stereo perspective setup, the estimated poses of the keyframes into the poses of the left and right cameras.

My final goal is to perform dense matching between left and right images starting from the estimated poses of OPEN-V-SLAM. The problem is that the _keyframetrajectory.txt file contains a single pose for each stereo-pair. I need the poses of the two cameras instead.

Thank you in advance!

Alesssandro