Skip to content

Commit 2c4601f

Browse files
committed
d
1 parent 8f97faa commit 2c4601f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

glomap/controllers/rotation_averager.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ bool SolveRotationAveraging(ViewGraph& view_graph,
5353
// Run the 1dof optimization
5454
LOG(INFO) << "Solving subset 1DoF rotation averaging problem in the mixed "
5555
"prior system";
56-
int num_img_grv =
57-
view_graph_grav.KeepLargestConnectedComponents(frames, images);
56+
view_graph_grav.KeepLargestConnectedComponents(frames, images);
5857
RotationEstimator rotation_estimator_grav(options);
5958
if (!rotation_estimator_grav.EstimateRotations(
6059
view_graph_grav, rigs, frames, images)) {

0 commit comments

Comments
 (0)