com.jhlabs.image
Class BlurFilter
- BufferedImageOp, Cloneable
A simple blur filter. You should probably use BoxBlurFilter instead.
protected static float[] | blurMatrix - A 3x3 convolution kernel for a simple blur.
|
convolve , convolve , convolveH , convolveHV , convolveV , createCompatibleDestImage , filter , getBounds2D , getEdgeAction , getKernel , getPoint2D , getPremultiplyAlpha , getRenderingHints , getUseAlpha , setEdgeAction , setKernel , setPremultiplyAlpha , setUseAlpha , toString |
blurMatrix
protected static float[] blurMatrix
A 3x3 convolution kernel for a simple blur.
BlurFilter
public BlurFilter()