Made changes in the stitching log macros: now the function stitchingLogLevel() may be used to make the stitching classes more/less verbose.

This commit is contained in:
Leonid Beynenson
2012-01-24 11:56:32 +00:00
parent 6f99447fbf
commit 2395654cbf
4 changed files with 38 additions and 10 deletions

View File

@@ -491,7 +491,7 @@ void FeaturesMatcher::operator ()(const vector<ImageFeatures> &features, vector<
parallel_for(BlockedRange(0, static_cast<int>(near_pairs.size())), body);
else
body(BlockedRange(0, static_cast<int>(near_pairs.size())));
LOGLN("");
LOGLN_CHAT("");
}