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

Pose3 internal representation #1472

Merged
merged 9 commits into from
Sep 7, 2023
Merged

Pose3 internal representation #1472

merged 9 commits into from
Sep 7, 2023

Conversation

servantftechnicolor
Copy link
Contributor

Current pose3 is internally represented by a rotation matrix and a center (the inverse of the translation).

I propose to change its internal representation with an homogeneous transformation.

The objective is to be able to directly use a sfmData as the internal storage of the bundle adjustment. The next version (WIP) should work on matrices using Lie Algebra. This is an intermediate step toward this goal.

Note that this has no effect on the other part of aliceVision (except some part which directly used the internal components).

@servantftechnicolor servantftechnicolor changed the title Pose3 internal representtion Pose3 internal representation Jun 19, 2023
@cbentejac cbentejac added this to the 3.2.0 milestone Jun 28, 2023
src/aliceVision/geometry/Pose3.hpp Outdated Show resolved Hide resolved
src/aliceVision/geometry/Pose3.hpp Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Outdated Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Outdated Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Outdated Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Outdated Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Outdated Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Outdated Show resolved Hide resolved
src/aliceVision/geometry/lie.hpp Outdated Show resolved Hide resolved
@cbentejac cbentejac dismissed simogasp’s stale review September 7, 2023 10:49

Changes addressed

@cbentejac cbentejac merged commit 72fe1c5 into develop Sep 7, 2023
3 of 4 checks passed
@cbentejac cbentejac deleted the dev/pose3internals branch September 7, 2023 11:02
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

Successfully merging this pull request may close these issues.

4 participants