Skip to content

Commit 9c97314

Browse files
committed
Merge pull request opencv#9595 from paroj:imreadmulti_py
2 parents 576a853 + 2d34443 commit 9c97314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgcodecs/include/opencv2/imgcodecs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The function imreadmulti loads a multi-page image from the specified file into a
173173
@param mats A vector of Mat objects holding each page, if more than one.
174174
@sa cv::imread
175175
*/
176-
CV_EXPORTS_W bool imreadmulti(const String& filename, std::vector<Mat>& mats, int flags = IMREAD_ANYCOLOR);
176+
CV_EXPORTS_W bool imreadmulti(const String& filename, CV_OUT std::vector<Mat>& mats, int flags = IMREAD_ANYCOLOR);
177177

178178
/** @brief Saves an image to a specified file.
179179

0 commit comments

Comments
 (0)