Commit 2d344438 authored by Pavel Rojtberg's avatar Pavel Rojtberg

python: imreadmulti - add CV_OUT so it is correctly wrapped

parent 05b99a4d
......@@ -173,7 +173,7 @@ The function imreadmulti loads a multi-page image from the specified file into a
@param mats A vector of Mat objects holding each page, if more than one.
@sa cv::imread
*/
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);
/** @brief Saves an image to a specified file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment