updated default params for preview mode (opencv_stitching)

pull/13383/head
Alexey Spizhevoy 14 years ago
parent 128d030533
commit 1c0f7e0e47
  1. 2
      modules/stitching/main.cpp

@ -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;
} }

Loading…
Cancel
Save