toggle menu
zxing-lite
androidJvm
switch theme
search in API
zxing-lite
/
com.king.zxing.analyze
/
AreaRectAnalyzer
Area
Rect
Analyzer
abstract
class
AreaRectAnalyzer
(
decodeConfig
:
DecodeConfig
)
:
ImageAnalyzer
矩阵区域分析器:主要用于锁定具体的识别区域
Author
Jenly
Follow me
Inheritors
BarcodeFormatAnalyzer
Members
Constructors
Area
Rect
Analyzer
Link copied to clipboard
constructor
(
decodeConfig
:
DecodeConfig
)
Functions
analyze
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
>
)