Class AverageFilter

All Implemented Interfaces:
BufferedImageOp, Cloneable

public class AverageFilter extends ConvolveFilter
A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
  • Field Details

    • theMatrix

      protected static float[] theMatrix
  • Constructor Details

    • AverageFilter

      public AverageFilter()
  • Method Details