Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyframe trajectory explanation #12

Closed
Markbanfd opened this issue Feb 3, 2016 · 1 comment
Closed

Keyframe trajectory explanation #12

Markbanfd opened this issue Feb 3, 2016 · 1 comment

Comments

@Markbanfd
Copy link

Hello,

Could you give some further insight about the output keyframe trajectory for the monocular examples?
The first column is the timing. Then is t (the next 3 columns) the camera position in (x,y,z) and q (the last four columns) the camera orientation in quaternion?

Does this:
cv::Mat R = pKF->GetRotation().t();
return the orientation in (x,y,z) (no quaternion)?

Thanks.

@raulmur
Copy link
Owner

raulmur commented Feb 3, 2016

SaveKeyFrameTrajectoryTUM() save keyframe poses in the format of the TUM RGB-D dataset. Check http://vision.in.tum.de/data/datasets/rgbd-dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants