com.jhlabs.image
Class DespeckleFilter
- BufferedImageOp, Cloneable
public class DespeckleFilter
A filter which removes noise from an image using a "pepper and salt" algorithm.
protected int[] | filterPixels(int width, int height, int[] inPixels, Rectangle transformedSpace) - Actually filter the pixels.
|
String | toString()
|
DespeckleFilter
public DespeckleFilter()
Construct a WholeImageFilter.
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
Actually filter the pixels.
- filterPixels in interface WholeImageFilter
width
- the image widthheight
- the image heightinPixels
- the image pixelstransformedSpace
- the output bounds
toString
public String toString()