类 AreaRectAnalyzer

    • 构造器详细资料

      • AreaRectAnalyzer

        public AreaRectAnalyzer​(@Nullable
                                DecodeConfig config)
    • 方法详细资料

      • analyze

        @Nullable
        public com.google.zxing.Result analyze​(byte[] data,
                                               int width,
                                               int height)
        从类复制的说明: ImageAnalyzer
        分析图像数据
        指定者:
        analyze 在类中 ImageAnalyzer
      • analyze

        @Nullable
        public abstract com.google.zxing.Result analyze​(byte[] data,
                                                        int dataWidth,
                                                        int dataHeight,
                                                        int left,
                                                        int top,
                                                        int width,
                                                        int height)