AreaRectAnalyzer

abstract class AreaRectAnalyzer(decodeConfig: DecodeConfig) : ImageAnalyzer

矩阵区域分析器:主要用于锁定具体的识别区域

Author

Jenly

Follow me

Inheritors

Constructors

Link copied to clipboard
constructor(decodeConfig: DecodeConfig)

Functions

Link copied to clipboard
open override fun analyze(data: ByteArray, width: Int, height: Int): Result?
abstract 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>)