-
- All Implemented Interfaces:
-
com.king.camera.scan.analyze.Analyzer
public abstract class BarcodeFormatAnalyzer extends AreaRectAnalyzer
条码分析器
-
-
Constructor Summary
Constructors Constructor Description BarcodeFormatAnalyzer(Map<DecodeHintType, Object> hints)BarcodeFormatAnalyzer(DecodeConfig config)
-
Method Summary
Modifier and Type Method Description Resultanalyze(Array<byte> data, int dataWidth, int dataHeight, int left, int top, int width, int height)abstract ReadercreateReader()-
Methods inherited from class com.king.zxing.analyze.AreaRectAnalyzer
analyze -
Methods inherited from class com.king.zxing.analyze.ImageAnalyzer
analyze -
Methods inherited from class com.king.camera.scan.analyze.Analyzer
analyze -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BarcodeFormatAnalyzer
BarcodeFormatAnalyzer(DecodeConfig config)
-
-
Method Detail
-
analyze
@Nullable() Result analyze(Array<byte> data, int dataWidth, int dataHeight, int left, int top, int width, int height)
-
createReader
abstract Reader createReader()
-
-
-
-