Package 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
Fields Modifier and Type Field Description protected int[][]lut-
Fields inherited from class com.jhlabs.image.WholeImageFilter
originalSpace, transformedSpace
-
-
Constructor Summary
Constructors Constructor Description EqualizeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int[]filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)intfilterRGB(int x, int y, int rgb)java.lang.StringtoString()-
Methods inherited from class com.jhlabs.image.WholeImageFilter
filter, transformSpace
-
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
Method Detail
-
filterPixels
protected int[] filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)- Specified by:
filterPixelsin classWholeImageFilter
-
filterRGB
public int filterRGB(int x, int y, int rgb)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-