FeatureExtractor.Filter.Wavelets
Class WaveletFilterOutput

java.lang.Object
  extended by FeatureExtractor.Filter.GenericFilterOutput
      extended by FeatureExtractor.Filter.Wavelets.WaveletFilterOutput

public class WaveletFilterOutput
extends GenericFilterOutput

Class for the output of wavelet-based image filtering.


Field Summary
 
Fields inherited from class FeatureExtractor.Filter.GenericFilterOutput
datapoints
 
Constructor Summary
WaveletFilterOutput(double[][] h, double[][] s, double[][] v)
          Basic constructor.
 
Method Summary
 
Methods inherited from class FeatureExtractor.Filter.GenericFilterOutput
getDataPoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaveletFilterOutput

public WaveletFilterOutput(double[][] h,
                           double[][] s,
                           double[][] v)
Basic constructor.

Parameters:
h - Matrix of H(ue) values of image pixels.
s - Matrix of S(aturation) values of image pixels.
v - Matrix of V(alue) (intensity) values of image pixels.