-
- All Implemented Interfaces:
-
com.king.camera.scan.analyze.Analyzer
public class QRCodeAnalyzer extends BarcodeFormatAnalyzer
二维码分析器
-
-
Constructor Summary
Constructors Constructor Description QRCodeAnalyzer()QRCodeAnalyzer(Map<DecodeHintType, Object> hints)QRCodeAnalyzer(DecodeConfig config)
-
Method Summary
Modifier and Type Method Description ReadercreateReader()-
Methods inherited from class com.king.zxing.analyze.BarcodeFormatAnalyzer
analyze -
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
-
QRCodeAnalyzer
QRCodeAnalyzer()
-
QRCodeAnalyzer
QRCodeAnalyzer(DecodeConfig config)
-
-
Method Detail
-
createReader
Reader createReader()
-
-
-
-