We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb66d5 commit 4a5bba2Copy full SHA for 4a5bba2
glomap/estimators/bundle_adjustment.cc
@@ -249,14 +249,6 @@ void BundleAdjuster::ParameterizeVariables(
249
}
250
251
252
- if (counter > 0) {
253
- // Set the first camera to be fixed to remove the gauge ambiguity.
254
- problem_->SetParameterBlockConstant(
255
- images[center].cam_from_world.rotation.coeffs().data());
256
257
- images[center].cam_from_world.translation.data());
258
- }
259
-
260
// Parameterize the camera parameters, or set them to be constant if desired
261
if (options_.optimize_intrinsics && !options_.optimize_principal_point) {
262
for (auto& [camera_id, camera] : cameras) {
0 commit comments