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

ts: cvtest::debugLevel / --test_debug=<N> option

This commit is contained in:
Alexander Alekhin
2020-11-28 13:13:28 +00:00
parent 7c78c59e64
commit da2978f607
5 changed files with 21 additions and 6 deletions
+2 -1
View File
@@ -487,7 +487,8 @@ protected:
img->copyTo(sub);
shift += img->size().height + 1;
}
//imwrite("/tmp/all_fonts.png", result);
if (cvtest::debugLevel > 0)
imwrite("all_fonts.png", result);
}
};