Java org.opencv.android Utils fields, constructors, methods, implement or subclass

Example usage for Java org.opencv.android Utils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.opencv.android Utils.

The text is from its open source code.

Method

voidbitmapToMat(Bitmap bmp, Mat mat)
Short form of the bitmapToMat(bmp, mat, unPremultiplyAlpha=false).
MatloadResource(Context context, int resourceId, int flags)
voidmatToBitmap(Mat mat, Bitmap bmp)
Short form of the matToBitmap(mat, bmp, premultiplyAlpha=false)
voidmatToBitmap(Mat mat, Bitmap bmp, boolean premultiplyAlpha)
Converts OpenCV Mat to Android Bitmap.