Commit 82e12d6c authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

updated help message (opencv_stitching)

parent 5a3e7d04
......@@ -73,7 +73,7 @@ void printUsage()
" are for CPU mode.\n"
"\nMotion Estimation:\n"
" --work_megapix <float>\n"
" Resolution for image registration step. The default is 0.6.\n"
" Resolution for image registration step. The default is 0.6 Mpx.\n"
" --match_conf <float>\n"
" Confidence for feature matching step. The default is 0.7.\n"
" --conf_thresh <float>\n"
......@@ -87,7 +87,7 @@ void printUsage()
" --warp (plane|cylindrical|spherical)\n"
" Warp surface type. The default is 'spherical'.\n"
" --seam_megapix <float>\n"
" Resolution for seam estimation step. The default is 0.1.\n"
" Resolution for seam estimation step. The default is 0.1 Mpx.\n"
" --seam (no|voronoi|gc_color|gc_colorgrad)\n"
" Seam estimation method. The default is 'gc_color'.\n"
" --compose_megapix <float>\n"
......
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