类 NoiseRemove

  • 所有已实现的接口:
    Preprocessor

    public class NoiseRemove
    extends SimplePreprocessor
    A preprocessor that apply post-processing step of binarized image described in Adaptive degraded document image binarization by B. Gatos , I. Pratikakis, S.J. Perantonis
    • 构造器详细资料

      • NoiseRemove

        public NoiseRemove()
        Construct a NoiseRemove
    • 方法详细资料

      • 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