Commit 1c0f7e0e authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

updated default params for preview mode (opencv_stitching)

parent 128d0305
...@@ -285,7 +285,7 @@ int parseCmdArgs(int argc, char** argv) ...@@ -285,7 +285,7 @@ int parseCmdArgs(int argc, char** argv)
} }
if (preview) if (preview)
{ {
compose_megapix = work_megapix; compose_megapix = 0.6;
} }
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment