com.jhlabs.image
Class EqualizeFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.WholeImageFilter
com.jhlabs.image.EqualizeFilter
- All Implemented Interfaces:
- java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
public class EqualizeFilter
- extends WholeImageFilter
- implements java.io.Serializable
A filter to perform auto-equalization on an image.
- See Also:
- Serialized Form
Field Summary |
protected int[][] |
lut
|
Method Summary |
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()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
lut
protected int[][] lut
EqualizeFilter
public EqualizeFilter()
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace)
- Specified by:
filterPixels
in class WholeImageFilter
filterRGB
public int filterRGB(int x,
int y,
int rgb)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object