Uses of Class
FeatureExtractor.Clustering.Windsurf.WindsurfClusteringFeatures

Packages that use WindsurfClusteringFeatures
Document.Windsurf Contains the definition of classes modelling images and regions for Windsurf. 
FeatureExtractor.Clustering.Windsurf Contains classes specific for the Windsurf clustering algorithm. 
 

Uses of WindsurfClusteringFeatures in Document.Windsurf
 

Methods in Document.Windsurf that return WindsurfClusteringFeatures
 WindsurfClusteringFeatures WindsurfBand.getCentroid()
          Returns the centroid of this band (as a ClusteringFeatures).
 

Uses of WindsurfClusteringFeatures in FeatureExtractor.Clustering.Windsurf
 

Constructors in FeatureExtractor.Clustering.Windsurf with parameters of type WindsurfClusteringFeatures
WindsurfClusteringFeatures(WindsurfClusteringFeatures p)
          Copy constructor.