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

Why transpose rotation matrix when load K, R and t from P? #46

Open
klyjm opened this issue Apr 29, 2024 · 0 comments
Open

Why transpose rotation matrix when load K, R and t from P? #46

klyjm opened this issue Apr 29, 2024 · 0 comments

Comments

@klyjm
Copy link

klyjm commented Apr 29, 2024

In the function load_K_Rt_from_P(), the rotation matrix was transposed after got from the cv2.decomposeProjectionmatrix(). As I know, the result from the cv2.decomposeProjectionmatrix() is the really rotation matrix and t and not need to be changed, why the rotation matrix iwas transposed but others was not changed.

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

1 participant