com.jhlabs.image
public class DespeckleFilter extends WholeImageFilter
originalSpace, transformedSpace
Constructor and Description |
---|
DespeckleFilter() |
Modifier and Type | Method and Description |
---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace) |
protected short |
pepperAndSalt(short c,
short v1,
short v2) |
java.lang.String |
toString() |
filter, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
protected short pepperAndSalt(short c, short v1, short v2)
protected int[] filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)
filterPixels
in class WholeImageFilter
public java.lang.String toString()
toString
in class java.lang.Object