Skip to content

Commit f822e86

Browse files
committed
by default, do not optimize pp
1 parent be46309 commit f822e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glomap/estimators/bundle_adjustment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct BundleAdjusterOptions : public OptimizationBaseOptions {
1414
bool optimize_rotations = true;
1515
bool optimize_translation = true;
1616
bool optimize_intrinsics = true;
17-
bool optimize_principal_point = true;
17+
bool optimize_principal_point = false;
1818
bool optimize_points = true;
1919

2020
// Constrain the minimum number of views per track

0 commit comments

Comments
 (0)