We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be46309 commit f822e86Copy full SHA for f822e86
glomap/estimators/bundle_adjustment.h
@@ -14,7 +14,7 @@ struct BundleAdjusterOptions : public OptimizationBaseOptions {
14
bool optimize_rotations = true;
15
bool optimize_translation = true;
16
bool optimize_intrinsics = true;
17
- bool optimize_principal_point = true;
+ bool optimize_principal_point = false;
18
bool optimize_points = true;
19
20
// Constrain the minimum number of views per track
0 commit comments