Package 

Class ImageAnalyzer

  • All Implemented Interfaces:
    com.king.camera.scan.analyze.Analyzer

    
    public abstract class ImageAnalyzer
     implements Analyzer<Result>
                        

    图像分析器

    • Method Summary

      Modifier and Type Method Description
      abstract Result analyze(Array<byte> data, int width, int height) 分析图像数据
      void analyze(@NonNull() ImageProxy imageProxy, @NonNull() Analyzer.OnAnalyzeListener<Result> listener)
      • 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
    • Method Detail

      • analyze

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

        分析图像数据

      • analyze

         void analyze(@NonNull() ImageProxy imageProxy, @NonNull() Analyzer.OnAnalyzeListener<Result> listener)