Class AverageFilter

  • All Implemented Interfaces:
    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.
    • Field Detail

      • theMatrix

        protected static float[] theMatrix
        The convolution kernal for the averaging.
    • Constructor Detail

      • AverageFilter

        public AverageFilter()