QRCodeAnalyzer

class QRCodeAnalyzer @JvmOverloads constructor(decodeConfig: DecodeConfig = DecodeConfig().setHints( DecodeFormatManager.QR_CODE_HINTS )) : BarcodeFormatAnalyzer<QRCodeReader>

二维码分析器

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(decodeConfig: DecodeConfig = DecodeConfig().setHints( DecodeFormatManager.QR_CODE_HINTS ))

Functions

Link copied to clipboard
open override fun analyze(data: ByteArray, width: Int, height: Int): Result?
open override fun analyze(data: ByteArray, dataWidth: Int, dataHeight: Int, left: Int, top: Int, width: Int, height: Int): Result?
open override fun analyze(imageProxy: ImageProxy, listener: Analyzer.OnAnalyzeListener<Result>)
Link copied to clipboard
open override fun createReader(): QRCodeReader