opencvd.imgcodecs

Undocumented in source.

Members

Enums

IMREAD_UNCHANGED
anonymousenum IMREAD_UNCHANGED
Undocumented in source.

Functions

imdecode
Mat imdecode(ByteArray buf, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
imencode
ByteArray imencode(string fileExt, Mat img)
Undocumented in source. Be warned that the author may not have intended to support it.
imencodeWithParams
ByteArray imencodeWithParams(string fileExt, Mat img, IntVector params)
Undocumented in source. Be warned that the author may not have intended to support it.
imread
Mat imread(string filename, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
imwrite
bool imwrite(string filename, Mat img)
Undocumented in source. Be warned that the author may not have intended to support it.
imwriteWithParams
bool imwriteWithParams(string filename, Mat img, IntVector params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta