类 MedianFilter

    • 构造器详细资料

      • MedianFilter

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

      • 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