|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFeatureExtractor.Filter.GenericFilter
public abstract class GenericFilter
Abstract class for the filtering of images.
| Constructor Summary | |
|---|---|
GenericFilter()
Basic constructor. |
|
| Method Summary | |
|---|---|
abstract GenericFilterOutput |
filter(javax.media.jai.PlanarImage image)
Applies the filter to a given image. |
abstract java.lang.String |
toString()
Returns a string representation of this wavelet filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GenericFilter()
| Method Detail |
|---|
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic abstract GenericFilterOutput filter(javax.media.jai.PlanarImage image)
image - Image to which the filter should be applied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||