com.jhlabs.image
Class AverageFilter
- BufferedImageOp, Cloneable
public class AverageFilter
A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
protected static float[] | theMatrix - The convolution kernal for the averaging.
|
convolve , convolve , convolveH , convolveHV , convolveV , createCompatibleDestImage , filter , getBounds2D , getEdgeAction , getKernel , getPoint2D , getPremultiplyAlpha , getRenderingHints , getUseAlpha , setEdgeAction , setKernel , setPremultiplyAlpha , setUseAlpha , toString |
theMatrix
protected static float[] theMatrix
The convolution kernal for the averaging.
AverageFilter
public AverageFilter()