|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmage.filter.spatial.ConvolutionFilter org.jmage.filter.spatial.Convolution5x5Filter org.jmage.filter.spatial.GaussianBlurFilter
public class GaussianBlurFilter
GaussianBlurFilter performs a Gaussian Blur on a 5x5 convolution matrix.
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
log
|
Constructor Summary | |
---|---|
GaussianBlurFilter()
Creates a GaussianBlurFilter |
Method Summary | |
---|---|
javax.media.jai.PlanarImage |
filter(javax.media.jai.PlanarImage image)
Filter the image |
Methods inherited from class org.jmage.filter.spatial.ConvolutionFilter |
---|
normalize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger log
Constructor Detail |
---|
public GaussianBlurFilter()
Method Detail |
---|
public javax.media.jai.PlanarImage filter(javax.media.jai.PlanarImage image) throws FilterException
filter
in interface ImageFilter
filter
in class Convolution5x5Filter
image
- the image
FilterException
- if an error occurs during filtering
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |