mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
changed default args values for opencv_stitching app
This commit is contained in:
parent
16712bad93
commit
2728e3ee7c
@ -39,7 +39,7 @@ int main(int argc, char* argv[])
|
|||||||
int warp_type = Warper::SPHERICAL;
|
int warp_type = Warper::SPHERICAL;
|
||||||
bool user_match_conf = false;
|
bool user_match_conf = false;
|
||||||
float match_conf = 0.55f;
|
float match_conf = 0.55f;
|
||||||
int seam_find_type = SeamFinder::GRAPH_CUT;
|
int seam_find_type = SeamFinder::VORONOI;
|
||||||
int blend_type = Blender::MULTI_BAND;
|
int blend_type = Blender::MULTI_BAND;
|
||||||
|
|
||||||
if (argc == 1)
|
if (argc == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user