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

bundle adjustment improvement #1477

Merged
merged 3 commits into from
Aug 28, 2023
Merged

bundle adjustment improvement #1477

merged 3 commits into from
Aug 28, 2023

Conversation

servantftechnicolor
Copy link
Contributor

Bundle adjustment is currently performed

  • for the reconstruction using ceres automatic differenciation and using some rotation representation for the poses.
  • for the panorama using analytical differenciation (jacobians) ans using another rotation representation for the poses.

It would be nice to merge both by using analytical differentiation in reconstruction/tracking and panorama.

This PR tries to optimize the jacobians and provides an application to check if there is no discrepancy.

@mugulmd mugulmd merged commit 427d1a0 into develop Aug 28, 2023
3 of 4 checks passed
@mugulmd mugulmd deleted the dev/enhanceSymbolic branch August 28, 2023 15: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.

3 participants