Uses of Class
FeatureExtractor.Filter.GenericFilter

Packages that use GenericFilter
FeatureExtractor The Feature Extractor is the component in charge of extracting the features from a given image (URL/image file). 
FeatureExtractor.Filter.Wavelets Contains the wavelet-based filtering of images, using the Haar wavelet filter in the HSV domain. 
 

Uses of GenericFilter in FeatureExtractor
 

Fields in FeatureExtractor declared as GenericFilter
protected  GenericFilter FeatureExtractor.imgFil
          the filter to be used
 

Uses of GenericFilter in FeatureExtractor.Filter.Wavelets
 

Subclasses of GenericFilter in FeatureExtractor.Filter.Wavelets
 class WaveletFilter
          Class implementing the wavelet-based filtering of images.