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 576a853 + 2d34443 commit 9c97314Copy full SHA for 9c97314
modules/imgcodecs/include/opencv2/imgcodecs.hpp
@@ -173,7 +173,7 @@ The function imreadmulti loads a multi-page image from the specified file into a
173
@param mats A vector of Mat objects holding each page, if more than one.
174
@sa cv::imread
175
*/
176
-CV_EXPORTS_W bool imreadmulti(const String& filename, std::vector<Mat>& mats, int flags = IMREAD_ANYCOLOR);
+CV_EXPORTS_W bool imreadmulti(const String& filename, CV_OUT std::vector<Mat>& mats, int flags = IMREAD_ANYCOLOR);
177
178
/** @brief Saves an image to a specified file.
179
0 commit comments