From 1c0f7e0e47fdb7a0f0ff10ad7e64250b7375ffd7 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 30 May 2011 14:12:20 +0000 Subject: [PATCH] updated default params for preview mode (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 e076ab5..564f855 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; } -- 2.7.4