|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jmage.filter.spatial.ConvolutionFilter
org.jmage.filter.spatial.Convolution5x5Filter
public abstract class Convolution5x5Filter
Convolution3x3 Filter applies a 3x3 filter convolution matrix to an image.
| Constructor Summary | |
|---|---|
Convolution5x5Filter()
Builds a Convolution5x5Filter with an empty matrix. |
|
| 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 |
| Constructor Detail |
|---|
public Convolution5x5Filter()
| Method Detail |
|---|
public javax.media.jai.PlanarImage filter(javax.media.jai.PlanarImage image)
throws FilterException
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 | |||||||||