Class ReduceNoiseFilter

All Implemented Interfaces:
BufferedImageOp, Serializable, Cloneable

public class ReduceNoiseFilter extends WholeImageFilter
A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum, replacing it by the next minimum or maximum of the neighbours.
See Also:
  • Constructor Details

    • ReduceNoiseFilter

      public ReduceNoiseFilter()
  • Method Details