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.
2 | No.2 Revision |
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.