Merge remote-tracking branch 'upstream/3.4' into merge-3.4

This commit is contained in:
Alexander Alekhin
2020-12-04 18:25:32 +00:00
51 changed files with 2880 additions and 112 deletions
+2 -1
View File
@@ -535,7 +535,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);
}
};