|
Mat | cv::imdecode (InputArray buf, int flags) |
| Reads an image from a buffer in memory. More...
|
|
Mat | cv::imdecode (InputArray buf, int flags, Mat *dst) |
|
bool | cv::imencode (const String &ext, InputArray img, std::vector< uchar > &buf, const std::vector< int > ¶ms=std::vector< int >()) |
| Encodes an image into a memory buffer. More...
|
|
Mat | cv::imread (const String &filename, int flags=IMREAD_COLOR) |
| Loads an image from a file. More...
|
|
bool | cv::imreadmulti (const String &filename, std::vector< Mat > &mats, int flags=IMREAD_ANYCOLOR) |
| Loads a multi-page image from a file. More...
|
|
bool | cv::imwrite (const String &filename, InputArray img, const std::vector< int > ¶ms=std::vector< int >()) |
| Saves an image to a specified file. More...
|
|
static bool | cv::imwritemulti (const String &filename, InputArrayOfArrays img, const std::vector< int > ¶ms=std::vector< int >()) |
|