类 Thinning

    • 构造器详细资料

      • Thinning

        public Thinning()
    • 方法详细资料

      • thin

        public static void thin​(Bitmap bitmap)
      • thin

        public static void thin​(byte[] foreground,
                                int width,
                                int height)
      • preprocess

        public void preprocess​(byte[] from,
                               byte[] to,
                               int width,
                               int height)
        从类复制的说明: SimplePreprocessor
        Perform preprocess operation
        指定者:
        preprocess 在类中 SimplePreprocessor
        参数:
        from - pixel array of the input image
        to - pixel array of the output image
        width - width of the input image
        height - height of the input image