| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOpcom.jhlabs.image.PointFiltercom.jhlabs.image.TransferFilterpublic abstract class TransferFilterextends PointFilterField Summary | |
protected int[] | |
protected int[] | |
protected boolean | |
protected int[] | |
Fields inherited from class com.jhlabs.image.PointFilter | |
canFilterIndexColorModel | |
Constructor Summary | |
Method Summary | |
BufferedImage |
|
int |
|
int[] |
|
protected void | |
protected int[] | |
protected float |
|
Methods inherited from class com.jhlabs.image.PointFilter | |
filter, filterRGB, setDimensions | |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp | |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRGB, getRenderingHints, setRGB | |
protected int[] bTable
protected int[] gTable
protected boolean initialized
protected int[] rTable
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
- Overrides:
- filter in interface PointFilter
public int[] getLUT()
protected void initialize()
protected int[] makeTable()
protected float transferFunction(float v)