mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
updated default params for preview mode (opencv_stitching)
This commit is contained in:
parent
128d030533
commit
1c0f7e0e47
@ -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…
Reference in New Issue
Block a user