com.jhlabs.image
Class AverageFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.ConvolveFilter
com.jhlabs.image.AverageFilter
- All Implemented Interfaces:
- BufferedImageOp, Cloneable
public class AverageFilter
- extends ConvolveFilter
A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
|
Field Summary |
protected static float[] |
theMatrix
The convolution kernal for the averaging. |
| 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 |
theMatrix
protected static float[] theMatrix
- The convolution kernal for the averaging.
AverageFilter
public AverageFilter()
toString
public String toString()
- Overrides:
toString in class ConvolveFilter
Copyright © 2012. All Rights Reserved.