From: Alexey Spizhevoy Date: Mon, 23 May 2011 07:38:42 +0000 (+0000) Subject: updated usage message (opencv_stitching) X-Git-Tag: accepted/2.0/20130307.220821~3078 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71ebe377fc33fc0db45ae3a76c3d336303fd3d3c;p=profile%2Fivi%2Fopencv.git updated usage message (opencv_stitching) --- diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index 72e54ba..af1da36 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -29,7 +29,6 @@ void printUsage() cout << "--match_conf\n" << "\tGood values are in [0.2, 0.8] range usually.\n\n"; cout << "HINT:\n" - << "\tDefault parameters are for '--trygpu no' configuration.\n" << "\tTry bigger values for --work_megapix if something is wrong.\n\n"; }