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

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

This commit is contained in:
Alexander Alekhin
2023-01-21 18:19:39 +00:00
74 changed files with 249 additions and 228 deletions
@@ -42,7 +42,7 @@ int main(int argc, char** argv )
}
Mat image;
image = imread( argv[1], 1 );
image = imread( argv[1], IMREAD_COLOR );
if ( !image.data )
{