mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #17761 from mshabunin:test-wo-jpg-png
This commit is contained in:
commit
e4887aaa5b
@ -31,6 +31,7 @@ const tuple<string, Size> images[] =
|
|||||||
#ifdef HAVE_PNG
|
#ifdef HAVE_PNG
|
||||||
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
|
make_tuple<string, Size>("../cv/shared/pic1.png", Size(400, 300)),
|
||||||
#endif
|
#endif
|
||||||
|
make_tuple<string, Size>("../highgui/readwrite/ordinary.bmp", Size(480, 272)),
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST_P(Imgcodecs_Resize, imread_reduce_flags)
|
TEST_P(Imgcodecs_Resize, imread_reduce_flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user