|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFeatureExtractor.Filter.GenericFilterOutput
public abstract class GenericFilterOutput
Abstract class for the output of image filtering.
| Field Summary | |
|---|---|
protected ClusteringFeatures[][] |
datapoints
Pixels of the image to be filtered |
| Constructor Summary | |
|---|---|
GenericFilterOutput()
|
|
| Method Summary | |
|---|---|
ClusteringFeatures[][] |
getDataPoints()
Returns the matrix of points obtained from the filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ClusteringFeatures[][] datapoints
| Constructor Detail |
|---|
public GenericFilterOutput()
| Method Detail |
|---|
public ClusteringFeatures[][] getDataPoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||