minor changes in opencv_stitching
authorAlexey Spizhevoy <no@email>
Mon, 5 Sep 2011 08:20:54 +0000 (08:20 +0000)
committerAlexey Spizhevoy <no@email>
Mon, 5 Sep 2011 08:20:54 +0000 (08:20 +0000)
modules/stitching/motion_estimators.cpp

index e7cd012..4b65866 100644 (file)
@@ -370,7 +370,7 @@ void BundleAdjuster::calcJacobian()
 \r
 //////////////////////////////////////////////////////////////////////////////\r
 \r
-// TODO replace with eigen\r
+// TODO replace SVD with eigen\r
 void waveCorrect(vector<Mat> &rmats)\r
 {\r
     LOGLN("Wave correcting...");\r
@@ -527,7 +527,7 @@ vector<int> leaveBiggestComponent(vector<ImageFeatures> &features,  vector<Match
     LOG(indices_removed[0]+1);\r
     for (size_t i = 1; i < indices_removed.size(); ++i) \r
         LOG(", " << indices_removed[i]+1);\r
-    LOGLN("). Try decrease --match_conf value.");\r
+    LOGLN("). Try to decrease --match_conf value.");\r
 \r
     features = features_subset;\r
     pairwise_matches = pairwise_matches_subset;\r