From 8b7d74e9f0cfc8051c6548408adfc2c5b4b62d5f Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 15 Aug 2011 08:26:11 +0000 Subject: [PATCH] minor changes in opencv_stitching --- modules/stitching/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index 573f685bf..c91585638 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -87,7 +87,7 @@ void printUsage() " --save_graph \n" " Save matches graph represented in DOT language to file.\n" " Labels description: Nm is number of matches, Ni is number of inliers,\n" - " C is confidence.\n" + " C is confidence.\n" "\nCompositing Flags:\n" " --warp (plane|cylindrical|spherical)\n" " Warp surface type. The default is 'spherical'.\n"