Merge pull request #9 from dbaldwin/gh-pages

Fixing a few typos
pull/11/head
Stephen Mather 2014-11-27 16:43:54 -05:00
commit d8094f4a47
1 zmienionych plików z 3 dodań i 3 usunięć

6
run.pl 100644 → 100755
Wyświetl plik

@ -193,8 +193,8 @@ sub parseArgs {
}
if($args{"--help"}){
print "\nusgae: run.pl [options]";
print "\nit should be run from the folder contining the images to which should reconstructed";
print "\nusage: run.pl [options]";
print "\nit should be run from the folder containing the images to be reconstructed";
print "\n";
print "\noptions:";
print "\n --help: ";
@ -232,7 +232,7 @@ sub parseArgs {
print "\n --matcher-threshold: <float> (percent)";
print "\n default: 2.0";
print "\n ignore matched keypoints if the two images share less then <float> percent of keypoints";
print "\n ignore matched keypoints if the two images share less than <float> percent of keypoints";
print "\n ";
print "\n --matcher-ratio: <float";