Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

sure, you can just save your image as a .bmp, using a simple:

Mat img = ...
imwrite("my.bmp", img);

please also bookmark the tutorials ;)