|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.ConvolveFilter
com.jhlabs.image.AverageFilter
public class AverageFilter
A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
| Field Summary | |
|---|---|
protected static float[] |
theMatrix
|
| Fields inherited from class com.jhlabs.image.ConvolveFilter |
|---|
alpha, CLAMP_EDGES, kernel, WRAP_EDGES, ZERO_EDGES |
| Constructor Summary | |
|---|---|
AverageFilter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class com.jhlabs.image.ConvolveFilter |
|---|
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setUseAlpha |
| Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
|---|
clone, getRGB, setRGB |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static float[] theMatrix
| Constructor Detail |
|---|
public AverageFilter()
| Method Detail |
|---|
public java.lang.String toString()
toString in class ConvolveFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||