Package 

Class ImageAnalyzer

  • All Implemented Interfaces:
    com.king.zxing.analyze.Analyzer

    
    public abstract class ImageAnalyzer
     implements Analyzer
                        

    图像分析器

    • Method Summary

      Modifier and Type Method Description
      abstract Result analyze(Array<byte> data, int width, int height) 分析图像数据
      Result analyze(@NonNull() ImageProxy image, int orientation) Analyzes an image to produce a result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • analyze

        @Nullable() abstract Result analyze(Array<byte> data, int width, int height)

        分析图像数据

      • analyze

         Result analyze(@NonNull() ImageProxy image, int orientation)

        Analyzes an image to produce a result.

        Parameters:
        image - The image to analyze
        orientation - ORIENTATION_LANDSCAPE, ORIENTATION_PORTRAIT.