private Bitmap mat_to_bitmap(Mat mat){ Bitmap bmp = Bitmap.createBitmap(mat.cols(), mat.rows(), Bitmap.Config.ARGB_8888); Utils.matToBitmap(mat, bmp);; return bmp; }
沒有留言:
張貼留言