Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Take a look at the first android example to see how to get the grayscale image. Then use matToBitmap to get an android Bitmap object, where you use compress with appropriate arguments.

Take a look at the first OpenCV android example to see how to get the grayscale image. Then use matToBitmap to get an android Bitmap object, where you use compress with appropriate arguments.