FeatureExtractor.Filter
Class GenericFilterOutput

java.lang.Object
  extended by FeatureExtractor.Filter.GenericFilterOutput
Direct Known Subclasses:
WaveletFilterOutput

public abstract class GenericFilterOutput
extends java.lang.Object

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

datapoints

protected ClusteringFeatures[][] datapoints
Pixels of the image to be filtered

Constructor Detail

GenericFilterOutput

public GenericFilterOutput()
Method Detail

getDataPoints

public ClusteringFeatures[][] getDataPoints()
Returns the matrix of points obtained from the filter.

Returns:
Matrix of points obtained from the filter.