diff --git a/modules/stitching/src/stitcher.cpp b/modules/stitching/src/stitcher.cpp index c515c192fb..41fe81f5fc 100644 --- a/modules/stitching/src/stitcher.cpp +++ b/modules/stitching/src/stitcher.cpp @@ -82,6 +82,11 @@ Stitcher Stitcher::createDefault(bool try_use_gpu) stitcher.setExposureCompensator(makePtr()); stitcher.setBlender(makePtr(try_use_gpu)); + stitcher.work_scale_ = 1; + stitcher.seam_scale_ = 1; + stitcher.seam_work_aspect_ = 1; + stitcher.warped_image_scale_ = 1; + return stitcher; }