diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index fdc3557186..7459417993 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;