com.jhlabs.image
Class MapFilter
- BufferedImageOp, Cloneable
MapFilter
public MapFilter()
getXMapFunction
public Function2D getXMapFunction()
getYMapFunction
public Function2D getYMapFunction()
setXMapFunction
public void setXMapFunction(Function2D xMapFunction)
setYMapFunction
public void setYMapFunction(Function2D yMapFunction)
toString
public String toString()
transformInverse
protected void transformInverse(int x,
int y,
float[] out)
Inverse transform a point. This method needs to be overriden by all subclasses.
- transformInverse in interface TransformFilter
x
- the X position of the pixel in the output imagey
- the Y position of the pixel in the output imageout
- the position of the pixel in the input image