updated --help message (opencv_stitching)
authorAlexey Spizhevoy <no@email>
Mon, 30 May 2011 05:29:42 +0000 (05:29 +0000)
committerAlexey Spizhevoy <no@email>
Mon, 30 May 2011 05:29:42 +0000 (05:29 +0000)
modules/stitching/main.cpp

index 9d1a395..b569c42 100644 (file)
@@ -71,28 +71,30 @@ void printUsage()
         "  --try_gpu (yes|no)\n"\r
         "      Try to use GPU. The default value is 'no'. All default values\n"\r
         "      are for CPU mode.\n"\r
+        "\nMotion Estimation:\n"\r
         "  --work_megapix <float>\n"\r
         "      Resolution for image registration step. The default is 0.6.\n"\r
-        "  --seam_megapix <float>\n"\r
-        "      Resolution for seam estimation step. The default is 0.1.\n"\r
-        "  --compose_megapix <float>\n"\r
-        "      Resolution for compositing step. Use -1 for original resolution.\n"\r
-        "      The default is -1.\n"\r
         "  --match_conf <float>\n"\r
         "      Confidence for feature matching step. The default is 0.7.\n"\r
-        "  --ba (ray|focal_ray)\n"\r
-        "      Bundle adjustment cost function. The default is 'focal_ray'.\n"\r
         "  --conf_thresh <float>\n"\r
         "      Threshold for two images are from the same panorama confidence.\n"\r
-        "      The default is 'focal_ray'.\n"\r
+        "      The default is 1.0.\n"\r
+        "  --ba (ray|focal_ray)\n"\r
+        "      Bundle adjustment cost function. The default is 'focal_ray'.\n"\r
         "  --wave_correct (no|yes)\n"\r
         "      Perform wave effect correction. The default is 'yes'.\n"\r
+        "\nCompositing:\n"\r
         "  --warp (plane|cylindrical|spherical)\n" \r
         "      Warp surface type. The default is 'spherical'.\n"\r
-        "  --expos_comp (no|gain|gain_blocks)\n"\r
-        "      Exposure compensation method. The default is 'gain'.\n"\r
+        "  --seam_megapix <float>\n"\r
+        "      Resolution for seam estimation step. The default is 0.1.\n"\r
         "  --seam (no|voronoi|gc_color|gc_colorgrad)\n" \r
         "      Seam estimation method. The default is 'gc_color'.\n"\r
+        "  --compose_megapix <float>\n"\r
+        "      Resolution for compositing step. Use -1 for original resolution.\n"\r
+        "      The default is -1.\n"\r
+        "  --expos_comp (no|gain|gain_blocks)\n"\r
+        "      Exposure compensation method. The default is 'gain'.\n"\r
         "  --blend (no|feather|multiband)\n"\r
         "      Blending method. The default is 'multiband'.\n"\r
         "  --num_bands <int>\n"\r