changed default args values for opencv_stitching app

This commit is contained in:
Alexey Spizhevoy 2011-05-17 04:59:44 +00:00
parent 16712bad93
commit 2728e3ee7c

View File

@ -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)