Update imgcodecs.hpp

pull/25885/head
Sourav Kumar 4 months ago committed by GitHub
parent e3858cc5a3
commit e962395565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      modules/imgcodecs/include/opencv2/imgcodecs.hpp

@ -293,7 +293,7 @@ The function imreadmulti loads a multi-page image from the specified file into a
*/ */
CV_EXPORTS_W bool imreadmulti(const String& filename, CV_OUT 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 Loads a of images of a multi-page image from a file. /** @brief Loads images of a multi-page image from a file.
The function imreadmulti loads a specified range from a multi-page image from the specified file into a vector of Mat objects. The function imreadmulti loads a specified range from a multi-page image from the specified file into a vector of Mat objects.
@param filename Name of file to be loaded. @param filename Name of file to be loaded.
@ -305,7 +305,7 @@ The function imreadmulti loads a specified range from a multi-page image from th
*/ */
CV_EXPORTS_W bool imreadmulti(const String& filename, CV_OUT std::vector<Mat>& mats, int start, int count, int flags = IMREAD_ANYCOLOR); CV_EXPORTS_W bool imreadmulti(const String& filename, CV_OUT std::vector<Mat>& mats, int start, int count, int flags = IMREAD_ANYCOLOR);
/** @brief Returns the number of images inside the give file /** @brief Returns the number of images inside the given file
The function imcount will return the number of pages in a multi-page image, or 1 for single-page images The function imcount will return the number of pages in a multi-page image, or 1 for single-page images
@param filename Name of file to be loaded. @param filename Name of file to be loaded.

Loading…
Cancel
Save