com.jhlabs.image
Class ReduceNoiseFilter
- BufferedImageOp, Cloneable
public class ReduceNoiseFilter
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.
protected int[] | filterPixels(int width, int height, int[] inPixels, Rectangle transformedSpace)
|
String | toString()
|
ReduceNoiseFilter
public ReduceNoiseFilter()
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
- filterPixels in interface WholeImageFilter
toString
public String toString()