zxing-lite
androidJvm
zxing-lite
com.
king.
zxing
Barcode
Camera
Scan
Activity
Barcode
Camera
Scan
Fragment
Decode
Config
Decode
Format
Manager
com.
king.
zxing.
analyze
Area
Rect
Analyzer
Barcode
Format
Analyzer
Image
Analyzer
Multi
Format
Analyzer
QRCode
Analyzer
com.
king.
zxing.
util
Code
Utils
zxing-lite
/
com.king.zxing.analyze
/
AreaRectAnalyzer
Area
Rect
Analyzer
abstract
class
AreaRectAnalyzer
:
ImageAnalyzer
矩阵区域分析器:主要用于锁定具体的识别区域
Author
Jenly
Follow me
Inheritors
BarcodeFormatAnalyzer
MultiFormatAnalyzer
Members
Constructors
Area
Rect
Analyzer
Link copied to clipboard
constructor
(
@
Nullable
config
:
DecodeConfig
)
Functions
analyze
Link copied to clipboard
abstract
fun
analyze
(
p
:
ImageProxy
,
p1
:
Analyzer.OnAnalyzeListener
<
T
>
)
@
Nullable
abstract
fun
analyze
(
data
:
Array
<
Byte
>
,
dataWidth
:
Int
,
dataHeight
:
Int
,
left
:
Int
,
top
:
Int
,
width
:
Int
,
height
:
Int
)
:
Result
open
fun
analyze
(
@
NonNull
imageProxy
:
ImageProxy
,
@
NonNull
listener
:
Analyzer.OnAnalyzeListener
<
Result
>
)
@
Nullable
open
fun
analyze
(
data
:
Array
<
Byte
>
,
width
:
Int
,
height
:
Int
)
:
Result
分析图像数据