Example usage for Java org.opencv.android Utils fields, constructors, methods, implement or subclass
The text is from its open source code.
void | bitmapToMat(Bitmap bmp, Mat mat) Short form of the bitmapToMat(bmp, mat, unPremultiplyAlpha=false). |
Mat | loadResource(Context context, int resourceId, int flags) |
void | matToBitmap(Mat mat, Bitmap bmp) Short form of the matToBitmap(mat, bmp, premultiplyAlpha=false) |
void | matToBitmap(Mat mat, Bitmap bmp, boolean premultiplyAlpha) Converts OpenCV Mat to Android Bitmap. |