-
- All Implemented Interfaces:
-
com.king.zxing.analyze.Analyzer
public abstract class ImageAnalyzer implements Analyzer
图像分析器
-
-
Method Summary
-
-
Method Detail
-
analyze
Result analyze(@NonNull() ImageProxy image, int orientation)
Analyzes an image to produce a result.
- Parameters:
image- The image to analyzeorientation- ORIENTATION_LANDSCAPE, ORIENTATION_PORTRAIT.
-
-
-
-