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

Add methods to convert SE3 to/from the rvec, tvec format used by OpenCV #157

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

petercorke
Copy link
Collaborator

OpenCV represents poses by a pair of 3-vectors: rvec (exponential coordinates) and tvec (translation). Two new methods: construct an SE3 from rvec, tvec, and convert SE3 to rvec, tvec.

Tests and doco included.

@petercorke petercorke added the enhancement New feature or request label Jan 21, 2025
:return: rotation and translation vectors
:rtype: ndarray(3), ndarray(3)

Many OpenCV functions accept pose as two 3-vectors: a rotation vector using
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More for something like pose estimation or camera projection.

Copy link
Collaborator

@myeatman-bdai myeatman-bdai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@myeatman-bdai myeatman-bdai merged commit 8c6d422 into bdaiinstitute:master Jan 26, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants