Package FeatureExtractor.Clustering

Contains the abstract classes for the segmentation of images into regions.

See:
          Description

Class Summary
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.
GenericClustering Abstract class for the clustering of images.
Pixel Class representing an image pixel (for clustering purposes).
 

Package FeatureExtractor.Clustering Description

Contains the abstract classes for the segmentation of images into regions.