- 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.