com.jhlabs.image
public class EqualizeFilter extends WholeImageFilter implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int[][] |
lut |
originalSpace, transformedSpace
Constructor and Description |
---|
EqualizeFilter() |
Modifier and Type | Method and Description |
---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace) |
int |
filterRGB(int x,
int y,
int rgb) |
java.lang.String |
toString() |
filter, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
protected int[] filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)
filterPixels
in class WholeImageFilter
public int filterRGB(int x, int y, int rgb)
public java.lang.String toString()
toString
in class java.lang.Object