Uses of Package
FeatureExtractor.Clustering

Packages that use FeatureExtractor.Clustering
Document.Windsurf Contains the definition of classes modelling images and regions for Windsurf. 
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. 
 

Classes in FeatureExtractor.Clustering used by Document.Windsurf
ClusteringFeatures
          Abstract class representing the clustering features.
ClusteringOutput
          Abstract class for the output of image clustering.
 

Classes in FeatureExtractor.Clustering used by FeatureExtractor
ClusteringOutput
          Abstract class for the output of image clustering.
GenericClustering
          Abstract class for the clustering of images.
 

Classes in FeatureExtractor.Clustering used by FeatureExtractor.Clustering
Cluster
          A generic cluster, composed of a representative point and the set of pixels associated to it.
ClusteringDistance
          Abstract class defining a clustering distance for comparing points.
ClusteringFeatures
          Abstract class representing the clustering features.
ClusteringOutput
          Abstract class for the output of image clustering.
Pixel
          Class representing an image pixel (for clustering purposes).
 

Classes in FeatureExtractor.Clustering used by FeatureExtractor.Clustering.KMeans
ClusteringDistance
          Abstract class defining a clustering distance for comparing points.
ClusteringOutput
          Abstract class for the output of image clustering.
GenericClustering
          Abstract class for the clustering of images.
Pixel
          Class representing an image pixel (for clustering purposes).
 

Classes in FeatureExtractor.Clustering used by FeatureExtractor.Clustering.Windsurf
ClusteringDistance
          Abstract class defining a clustering distance for comparing points.
ClusteringFeatures
          Abstract class representing the clustering features.
GenericClustering
          Abstract class for the clustering of images.
Pixel
          Class representing an image pixel (for clustering purposes).
 

Classes in FeatureExtractor.Clustering used by FeatureExtractor.Filter
ClusteringFeatures
          Abstract class representing the clustering features.