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

Merge branch 4.x

This commit is contained in:
Alexander Alekhin
2021-04-09 10:30:38 +00:00
1114 changed files with 64039 additions and 14611 deletions
+2 -1
View File
@@ -538,7 +538,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);
}
};