We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d77abed + 2e21e11 commit 7ddc029Copy full SHA for 7ddc029
modules/imgcodecs/test/test_exif.cpp
@@ -2,6 +2,9 @@
2
// It is subject to the license terms in the LICENSE file found in the top-level
3
// directory of this distribution and at http://opencv.org/license.html
4
5
+#include <string>
6
+#include <vector>
7
+
8
#include "test_precomp.hpp"
9
10
namespace opencv_test { namespace {
@@ -110,7 +113,7 @@ TEST_P(Exif, exif_orientation)
110
113
}
111
114
112
115
-const string exif_files[] =
116
+const std::vector<std::string> exif_files
117
{
118
#ifdef HAVE_JPEG
119
"readwrite/testExifOrientation_1.jpg",
0 commit comments