gestalt.texture
Class BitmapFilter

java.lang.Object
  extended by gestalt.texture.BitmapFilter

public class BitmapFilter
extends java.lang.Object


Constructor Summary
BitmapFilter()
           
 
Method Summary
 void convolve1DH(ByteBitmap theBitmap, float[] theKernel)
           
 void convolve1DV(ByteBitmap theBitmap, float[] kernel)
           
 void curve(ByteBitmap theBitmap, Interpolator theInterpolator)
           
 void edgedetection(ByteBitmap theBitmap, float theValue)
           
 void gaussianblur(ByteBitmap theBitmap, int theRadius)
           
 ByteBitmap scale(ByteBitmap theBitmap, float theScale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapFilter

public BitmapFilter()
Method Detail

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