From 2728e3ee7ca528b7fc82f0f1e671681a1ba4f10a Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Tue, 17 May 2011 04:59:44 +0000 Subject: [PATCH] changed default args values for opencv_stitching app --- modules/stitching/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index fab1646..15c910d 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -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) -- 2.7.4