From e639daf22b154ec07e6823fd520a65d94a8b03f1 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Thu, 26 May 2011 07:11:12 +0000 Subject: [PATCH] updated default parameter in opencv_stitching --- modules/stitching/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index fdc3557..7459417 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -85,7 +85,7 @@ void printUsage() // Default command line args vector img_names; bool trygpu = false; -double work_megapix = 0.3; +double work_megapix = 0.5; double seam_megapix = 0.1; double compose_megapix = 1; int ba_space = BundleAdjuster::FOCAL_RAY_SPACE; -- 2.7.4