BarcodeFormatAnalyzer

abstract class BarcodeFormatAnalyzer<T : Reader>(decodeConfig: DecodeConfig) : AreaRectAnalyzer

条码分析器

Author

Jenly

Follow me

Inheritors

Constructors

Link copied to clipboard
constructor(hints: Map<DecodeHintType, Any>?)
constructor(decodeConfig: DecodeConfig)

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
abstract fun createReader(): T