Package com.jhlabs.image
Class BlurFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.ConvolveFilter
com.jhlabs.image.BlurFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
A simple blur filter. You should probably use BoxBlurFilter instead.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static float[]
A 3x3 convolution kernel for a simple blur.Fields inherited from class com.jhlabs.image.ConvolveFilter
alpha, CLAMP_EDGES, kernel, premultiplyAlpha, WRAP_EDGES, ZERO_EDGES
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jhlabs.image.ConvolveFilter
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getPremultiplyAlpha, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setPremultiplyAlpha, setUseAlpha
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, getRGB, setRGB
-
Field Details
-
blurMatrix
protected static float[] blurMatrixA 3x3 convolution kernel for a simple blur.
-
-
Constructor Details
-
BlurFilter
public BlurFilter()
-
-
Method Details
-
toString
- Overrides:
toString
in classConvolveFilter
-