类 AverageFilter

  • 所有已实现的接口:
    java.awt.image.BufferedImageOp, java.lang.Cloneable

    public class AverageFilter
    extends ConvolveFilter
    A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
    • 字段详细资料

      • theMatrix

        protected static float[] theMatrix
        The convolution kernal for the averaging.
    • 构造器详细资料

      • AverageFilter

        public AverageFilter()