diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index e076ab54c..564f855a2 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -285,7 +285,7 @@ int parseCmdArgs(int argc, char** argv) } if (preview) { - compose_megapix = work_megapix; + compose_megapix = 0.6; } return 0; }