Uses of Class
FeatureExtractor.Filter.Wavelets.Wavelet

Packages that use Wavelet
FeatureExtractor.Filter.Wavelets Contains the wavelet-based filtering of images, using the Haar wavelet filter in the HSV domain. 
 

Uses of Wavelet in FeatureExtractor.Filter.Wavelets
 

Subclasses of Wavelet in FeatureExtractor.Filter.Wavelets
 class SimpleHaar
          Class implementing the computation of the Haar wavelet.
 

Fields in FeatureExtractor.Filter.Wavelets declared as Wavelet
protected  Wavelet WaveletFilter.type
          Type of wavelet to be used
 

Constructors in FeatureExtractor.Filter.Wavelets with parameters of type Wavelet
WaveletFilter(Wavelet type, int level)
          Basic constructor.