提交 2728e3ee 编写于 作者: A Alexey Spizhevoy

changed default args values for opencv_stitching app

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册