Uses of Class
FeatureExtractor.Filter.Wavelets.WaveletFilterOutput

Packages that use WaveletFilterOutput
Document.Windsurf Contains the definition of classes modelling images and regions for Windsurf. 
 

Uses of WaveletFilterOutput in Document.Windsurf
 

Constructors in Document.Windsurf with parameters of type WaveletFilterOutput
WindsurfImage(ImageID id, WaveletFilterOutput filOut, ClusteringOutput clustOut)
          Creates an image with a particular ID from the output of the Wavelet filter and the clustering algorithm.
WindsurfRegion(WaveletFilterOutput filOut, ClusteringOutput clustOut, int id)
          Creates a region with a particular ID from the output of the Wavelet filter and the clustering algorithm.