Uses of Class
FeatureExtractor.Clustering.Cluster

Packages that use Cluster
FeatureExtractor.Clustering Contains the abstract classes for the segmentation of images into regions. 
 

Uses of Cluster in FeatureExtractor.Clustering
 

Fields in FeatureExtractor.Clustering with type parameters of type Cluster
protected  java.util.Vector<Cluster> ClusteringOutput.clusters
          The obtained clusters
 

Methods in FeatureExtractor.Clustering that return types with arguments of type Cluster
 java.util.Vector<Cluster> ClusteringOutput.getClusters()
          Returns the clusters obtained from the clustering algorithm.
 

Constructor parameters in FeatureExtractor.Clustering with type arguments of type Cluster
ClusteringOutput(java.util.Vector<Cluster> clust)
          Basic constructor.