opencvd.imgcodecs

Undocumented in source.

Members

Enums

IMREAD_UNCHANGED
anonymousenum IMREAD_UNCHANGED
Undocumented in source.
IMWRITE_EXR_TYPE_HALF
anonymousenum IMWRITE_EXR_TYPE_HALF
Undocumented in source.
IMWRITE_JPEG_QUALITY
anonymousenum IMWRITE_JPEG_QUALITY
Undocumented in source.
IMWRITE_PAM_FORMAT_NULL
anonymousenum IMWRITE_PAM_FORMAT_NULL
Undocumented in source.
IMWRITE_PNG_STRATEGY_DEFAULT
anonymousenum IMWRITE_PNG_STRATEGY_DEFAULT
Undocumented in source.

Functions

imdecode
Mat imdecode(ubyte[] buf, int flags)
Undocumented in source. Be warned that the author may not have intended to support it.
imencode
ubyte[] imencode(string fileExt, Mat img)
Undocumented in source. Be warned that the author may not have intended to support it.
imencode
ubyte[] imencode(string fileExt, Mat img, int[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
imread
Mat imread(char* filename, int flags)
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(char* filename, Mat img)
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.
imwrite
bool imwrite(string filename, Mat img, int[] params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta