Skip to content

Commit

Permalink
Fix documentation to fit OpenMVG 2.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Dec 4, 2021
1 parent 84b70ff commit 3239891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 360_dataset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ openMVG_main_ComputeFeatures -i $dataset_out/matches/sfm_data.json -o $dataset_o
openMVG_main_ComputeMatches -i $dataset_out/matches/sfm_data.json -o $dataset_out/matches -g a

# Compute of the camera motion and structure of the scene
openMVG_main_IncrementalSfM -i $dataset_out/matches/sfm_data.json -m $dataset_out/matches -o $dataset_out/reconstruction
openMVG_main_SfM -i $dataset_out/matches/sfm_data.json -m $dataset_out/matches -o $dataset_out/reconstruction

#
# MVS (optional)
Expand Down

0 comments on commit 3239891

Please sign in to comment.