From cbafacf37e30e39254df4ba962ef1d05faed559f Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Sat, 21 Feb 2015 18:24:22 -0500 Subject: [PATCH] change default resize-to 2400 is probably a saner default Former-commit-id: 4ed085de7276628c0476a6102c9c79422363a528 --- run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.pl b/run.pl index e7857235..ee6138fe 100755 --- a/run.pl +++ b/run.pl @@ -79,7 +79,7 @@ sub parseArgs { ## defaults $args{"--match-size"} = "200"; - $args{"--resize-to"} = "3000"; + $args{"--resize-to"} = "2400"; $args{"--start-with"} = "resize"; $args{"--end-with"} = "odm_orthophoto";