From 98d663e7e0a479bdc8fbae98a74b67517d966da1 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Tue, 31 May 2011 08:28:24 +0000 Subject: [PATCH] updated help message in opencv_stitching app --- modules/stitching/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index 564f855..9c9c307 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -99,7 +99,8 @@ void printUsage() " Blending method. The default is 'multiband'.\n" " --blend_strength \n" " Blending strength from [0,100] range. The default is 5.\n" - " --output \n"; + " --output \n" + " The default is 'result.png'."; } -- 2.7.4