MultiFormatAnalyzer

多格式分析器:主要用于分析识别条形码/二维码

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor()
constructor(@Nullable hints: Map<DecodeHintType, Any>)
constructor(@Nullable config: DecodeConfig)

Functions

Link copied to clipboard
abstract fun analyze(p: ImageProxy, p1: Analyzer.OnAnalyzeListener<T>)
open fun analyze(@NonNull imageProxy: ImageProxy, @NonNull listener: Analyzer.OnAnalyzeListener<Result>)
open fun analyze(data: Array<Byte>, dataWidth: Int, dataHeight: Int, left: Int, top: Int, width: Int, height: Int): Result

open fun analyze(data: Array<Byte>, width: Int, height: Int): Result
分析图像数据