Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Change a Black and White image to color.

final Bitmap bitmap = BitmapFactory.decodeFile(fileUri.getPath(), options);

        Mat tmp = new Mat(bitmap.getWidth(), bitmap.getHeight(),CvType.CV_8UC1);
click to hide/show revision 2
No.2 Revision

Change a Black and White image to color.

final Bitmap bitmap = BitmapFactory.decodeFile(fileUri.getPath(), options);

        Mat tmp = new Mat(bitmap.getWidth(), bitmap.getHeight(),CvType.CV_8UC1);