From 8f3449a914b09f9f20014efbcd81acc9f6b7ee32 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Sat, 21 Feb 2015 18:18:23 -0500 Subject: [PATCH] change default resize-to --- run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.pl b/run.pl index 71fcc2cf..e7857235 100755 --- a/run.pl +++ b/run.pl @@ -79,7 +79,7 @@ sub parseArgs { ## defaults $args{"--match-size"} = "200"; - $args{"--resize-to"} = "1200"; + $args{"--resize-to"} = "3000"; $args{"--start-with"} = "resize"; $args{"--end-with"} = "odm_orthophoto";