1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Quiet logs in stitching module

This commit is contained in:
Andrey Kamaev
2012-10-09 19:28:15 +04:00
parent 7cc67701a6
commit 4a53199e7a
5 changed files with 41 additions and 19 deletions
@@ -74,7 +74,9 @@ void GainCompensator::feed(const vector<Point> &corners, const vector<Mat> &imag
const vector<pair<Mat,uchar> > &masks)
{
LOGLN("Exposure compensation...");
#if ENABLE_LOG
int64 t = getTickCount();
#endif
CV_Assert(corners.size() == images.size() && images.size() == masks.size());