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

imgcodecs(test): add OpenEXR I/O test

This commit is contained in:
Alexander Alekhin
2019-06-08 14:43:01 +00:00
parent 254f88f805
commit 02bfd20760
2 changed files with 121 additions and 0 deletions
+4
View File
@@ -352,3 +352,7 @@ TEST(Imgcodecs, write_parameter_type)
}
}} // namespace
#ifdef HAVE_OPENEXR
#include "test_exr.impl.hpp"
#endif