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:
@@ -165,5 +165,11 @@ void selectRandomSubset(int count, int size, vector<int> &subset)
|
||||
}
|
||||
}
|
||||
|
||||
int& stitchingLogLevel()
|
||||
{
|
||||
static int _log_level=1;
|
||||
return _log_level;
|
||||
}
|
||||
|
||||
} // namespace detail
|
||||
} // namespace cv
|
||||
|
Reference in New Issue
Block a user