OpenCVQRCodeDetector
Functions
Link copied to clipboard
Link copied to clipboard
open fun decodeBytesMulti(p0: Mat, p1: Mat, p2: MutableList<ByteArray>, p3: MutableList<Mat>): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Both detects and decodes QR code
Link copied to clipboard
Link copied to clipboard
open fun detectAndDecodeBytesMulti(p0: Mat, p1: MutableList<ByteArray>, p2: Mat, p3: MutableList<Mat>): Boolean
Link copied to clipboard
Link copied to clipboard
Both detects and decodes QR code
open fun detectAndDecodeMulti(p0: Mat, p1: MutableList<String>, p2: Mat, p3: MutableList<Mat>): Boolean
Link copied to clipboard
fun detectAndDecodeResult(bitmap: Bitmap, isOutputVertices: Boolean = false, isDetectMultiple: Boolean = false): DecodeResult
fun detectAndDecodeResult(img: Mat, isOutputVertices: Boolean = false, isDetectMultiple: Boolean = false): DecodeResult
Both detects and decodes QR code, and returns DecodeResult directly.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard