added \n into help message (opencv_stitching)
authorAlexey Spizhevoy <no@email>
Wed, 1 Jun 2011 13:34:53 +0000 (13:34 +0000)
committerAlexey Spizhevoy <no@email>
Wed, 1 Jun 2011 13:34:53 +0000 (13:34 +0000)
modules/stitching/main.cpp

index 9c9c307..90d0528 100644 (file)
 // or tort (including negligence or otherwise) arising in any way out of\r
 // the use of this software, even if advised of the possibility of such damage.\r
 //\r
-//M*/
-
-// We follow to methods described in these two papers:
-// 1) Construction of panoramic mosaics with global and local alignment. 
-//    Heung-Yeung Shum and Richard Szeliski. 2000.
-// 2) Eliminating Ghosting and Exposure Artifacts in Image Mosaics. 
-//    Matthew Uyttendaele, Ashley Eden and Richard Szeliski. 2001.
-// 3) Automatic Panoramic Image Stitching using Invariant Features. 
-//    Matthew Brown and David G. Lowe. 2007.
-
+//M*/\r
+\r
+// We follow to methods described in these two papers:\r
+// 1) Construction of panoramic mosaics with global and local alignment. \r
+//    Heung-Yeung Shum and Richard Szeliski. 2000.\r
+// 2) Eliminating Ghosting and Exposure Artifacts in Image Mosaics. \r
+//    Matthew Uyttendaele, Ashley Eden and Richard Szeliski. 2001.\r
+// 3) Automatic Panoramic Image Stitching using Invariant Features. \r
+//    Matthew Brown and David G. Lowe. 2007.\r
+\r
 #include "precomp.hpp"\r
 #include "util.hpp"\r
 #include "warpers.hpp"\r
@@ -100,7 +100,7 @@ void printUsage()
         "  --blend_strength <float>\n"\r
         "      Blending strength from [0,100] range. The default is 5.\n"\r
         "  --output <result_img>\n"\r
-        "      The default is 'result.png'.";\r
+        "      The default is 'result.png'.\n";\r
 }\r
 \r
 \r