-
- All Implemented Interfaces:
-
com.king.camera.scan.analyze.Analyzer
public class MultiFormatAnalyzer extends AreaRectAnalyzer
多格式分析器:主要用于分析识别条形码/二维码
-
-
Constructor Summary
Constructors Constructor Description MultiFormatAnalyzer()MultiFormatAnalyzer(Map<DecodeHintType, Object> hints)MultiFormatAnalyzer(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)-
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
-
MultiFormatAnalyzer
MultiFormatAnalyzer()
-
MultiFormatAnalyzer
MultiFormatAnalyzer(DecodeConfig config)
-
-
-
-