Skip to content

Commit

Permalink
Typo fix. Thanks to @Ornis
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed May 7, 2015
1 parent 25cfa64 commit 6b72920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/SfM/main_ComputeMatches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main(int argc, char **argv)
<< "\n[Optional]\n"
<< "[-f|--force: Force to recompute data]\n"
<< "[-r|--ratio Distance ratio to discard non meaningful matches\n"
<< " 0.6 typical value (you can use 0.8 to have more matches)]"
<< " 0.6 typical value (you can use 0.8 to have more matches)]\n"
<< "[-g|--geometricModel\n"
<< " (pairwise correspondences filtering thanks to robust model estimation):\n"
<< " f: fundamental matrix,\n"
Expand Down

0 comments on commit 6b72920

Please sign in to comment.