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

How to generate the pos file? #8

Open
ritatsaoo opened this issue Jun 21, 2020 · 1 comment
Open

How to generate the pos file? #8

ritatsaoo opened this issue Jun 21, 2020 · 1 comment

Comments

@ritatsaoo
Copy link

Thanks for the great released code! I am wondering what the detailed information recorded in the pos file is. Is that an essential matrix or a homography matrix? And how can we generate it by ourselves? Eager for your reply.

@sparse-mvs
Copy link

Pose file is just the camera transformation matrix from the world coordinate to the camera coordinate. If you want to generate it, just do the dot product M = KE with camera intrinsic K and camera extrinsic E = [R|t]

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