From 82e12d6c59cff6c5bb62492397adbdea606c0da9 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 30 May 2011 07:07:37 +0000 Subject: [PATCH] updated help message (opencv_stitching) --- modules/stitching/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index b569c42d53..b71756f8ba 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -73,7 +73,7 @@ void printUsage() " are for CPU mode.\n" "\nMotion Estimation:\n" " --work_megapix \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 \n" " Confidence for feature matching step. The default is 0.7.\n" " --conf_thresh \n" @@ -87,7 +87,7 @@ void printUsage() " --warp (plane|cylindrical|spherical)\n" " Warp surface type. The default is 'spherical'.\n" " --seam_megapix \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 \n"