Commit 2728e3ee authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

changed default args values for opencv_stitching app

parent 16712bad
......@@ -39,7 +39,7 @@ int main(int argc, char* argv[])
int warp_type = Warper::SPHERICAL;
bool user_match_conf = false;
float match_conf = 0.55f;
int seam_find_type = SeamFinder::GRAPH_CUT;
int seam_find_type = SeamFinder::VORONOI;
int blend_type = Blender::MULTI_BAND;
if (argc == 1)
......
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