Merge pull request #5 from OpenDroneMap/increase_default_resolution

increase default resize-to
pull/6/head
Stephen Mather 2014-11-25 12:11:44 -05:00
commit c4411763e4
1 zmienionych plików z 1 dodań i 1 usunięć

2
run.pl
Wyświetl plik

@ -67,7 +67,7 @@ sub parseArgs {
## defaults
$args{"--match-size"} = "200";
$args{"--resize-to"} = "1200";
$args{"--resize-to"} = "3000";
$args{"--start-with"} = "resize";
$args{"--end-with"} = "pmvs";