We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aca2aec + fc4e8cb commit 7b77c35Copy full SHA for 7b77c35
modules/sfm/src/libmv_light/libmv/simple_pipeline/bundle.cc
@@ -549,7 +549,7 @@ void EuclideanBundleCommonIntrinsics(
549
550
if (bundle_constraints & BUNDLE_NO_TRANSLATION) {
551
#if CERES_VERSION_MAJOR >= 3 || (CERES_VERSION_MAJOR >= 2 && CERES_VERSION_MINOR >= 1)
552
- problem.SetParameterization(current_camera_R_t,
+ problem.SetManifold(current_camera_R_t,
553
constant_translation_manifold);
554
#else
555
problem.SetParameterization(current_camera_R_t,
0 commit comments