Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes committed Aug 12, 2024
1 parent aa31609 commit ba30a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glomap/estimators/relpose_estimation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void EstimateRelativePoses(ViewGraph& view_graph,
std::min<int64_t>((chunk_id + 1) * inverval, num_image_pairs);

#pragma omp parallel for schedule(dynamic) private( \
points2D_1, points2D_2, inliers)
points2D_1, points2D_2, inliers)
for (int64_t pair_idx = start; pair_idx < end; pair_idx++) {
ImagePair& image_pair = view_graph.image_pairs[valid_pair_ids[pair_idx]];
const Image& image1 = images[image_pair.image_id1];
Expand Down

0 comments on commit ba30a31

Please sign in to comment.