Uses of Package
FeatureExtractor.Filter

Packages that use FeatureExtractor.Filter
FeatureExtractor The Feature Extractor is the component in charge of extracting the features from a given image (URL/image file). 
FeatureExtractor.Clustering Contains the abstract classes for the segmentation of images into regions. 
FeatureExtractor.Clustering.KMeans Contains classes implementing the (generic) k-means algorithm. 
FeatureExtractor.Clustering.Windsurf Contains classes specific for the Windsurf clustering algorithm. 
FeatureExtractor.Filter Contains the abstract classes for the filtering of images, to be performed in order to prepare each image to segmentation. 
FeatureExtractor.Filter.Wavelets Contains the wavelet-based filtering of images, using the Haar wavelet filter in the HSV domain. 
 

Classes in FeatureExtractor.Filter used by FeatureExtractor
GenericFilter
          Abstract class for the filtering of images.
GenericFilterOutput
          Abstract class for the output of image filtering.
 

Classes in FeatureExtractor.Filter used by FeatureExtractor.Clustering
GenericFilterOutput
          Abstract class for the output of image filtering.
 

Classes in FeatureExtractor.Filter used by FeatureExtractor.Clustering.KMeans
GenericFilterOutput
          Abstract class for the output of image filtering.
 

Classes in FeatureExtractor.Filter used by FeatureExtractor.Clustering.Windsurf
GenericFilterOutput
          Abstract class for the output of image filtering.
 

Classes in FeatureExtractor.Filter used by FeatureExtractor.Filter
GenericFilterOutput
          Abstract class for the output of image filtering.
 

Classes in FeatureExtractor.Filter used by FeatureExtractor.Filter.Wavelets
GenericFilter
          Abstract class for the filtering of images.
GenericFilterOutput
          Abstract class for the output of image filtering.