diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index e076ab54cf..564f855a20 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; }