gestalt.texture
Class BitmapFilter
java.lang.Object
gestalt.texture.BitmapFilter
public class BitmapFilter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitmapFilter
public BitmapFilter()
curve
public void curve(ByteBitmap theBitmap,
Interpolator theInterpolator)
edgedetection
public void edgedetection(ByteBitmap theBitmap,
float theValue)
gaussianblur
public void gaussianblur(ByteBitmap theBitmap,
int theRadius)
convolve1DH
public void convolve1DH(ByteBitmap theBitmap,
float[] theKernel)
convolve1DV
public void convolve1DV(ByteBitmap theBitmap,
float[] kernel)
scale
public ByteBitmap scale(ByteBitmap theBitmap,
float theScale)
processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009