added --blend_strength parameter into opencv_stitching

This commit is contained in:
Alexey Spizhevoy
2011-05-30 10:18:02 +00:00
parent 8a61375875
commit fb1771833a
3 changed files with 25 additions and 13 deletions

View File

@@ -432,7 +432,7 @@ vector<int> leaveBiggestComponent(vector<ImageFeatures> &features, vector<Match
return indices;
LOG("Removed some images, because can't match them: (");
LOG(indices_removed[0]);
LOG(indices_removed[0]+1);
for (size_t i = 1; i < indices_removed.size(); ++i)
LOG(", " << indices_removed[i]+1);
LOGLN(")");