fixed one of the log messages in the stitching module
authorAlexey Spizhevoy <alexey.spizhevoy@itseez.com>
Fri, 28 Sep 2012 10:37:38 +0000 (14:37 +0400)
committerAlexey Spizhevoy <alexey.spizhevoy@itseez.com>
Fri, 28 Sep 2012 10:37:38 +0000 (14:37 +0400)
modules/stitching/src/motion_estimators.cpp

index e9bb3eb..bbbc969 100644 (file)
@@ -764,7 +764,7 @@ vector<int> leaveBiggestComponent(vector<ImageFeatures> &features,  vector<Match
     for (size_t i = 1; i < indices_removed.size(); ++i)\r
         LOG(", " << indices_removed[i]+1);\r
     LOGLN(").");\r
-    LOGLN("Try to decrease --match_conf value and/or check if you're stitching duplicates.");\r
+    LOGLN("Try to decrease the match confidence threshold and/or check if you're stitching duplicates.");\r
 \r
     features = features_subset;\r
     pairwise_matches = pairwise_matches_subset;\r