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

ceres::LocalParameterization is deprecated, libmv should move to using ceres::Manifold #3218

Closed
sandwichmaker opened this issue Mar 30, 2022 · 0 comments · Fixed by #3243
Closed

Comments

@sandwichmaker
Copy link

The latest release of Ceres Solver (v 2.1.0) deprecates the ceres::LocalParameterization API. Going forward this will be removed. libmv uses Ceres Solver to do bundle adjustment. libmv should be updated to use ceres::Manifold (guarded by the ceres version number) instead of ceres::LocalParameterization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants