Uses of Class
Document.Windsurf.WindsurfImage

Packages that use WindsurfImage
Document.Windsurf Contains the definition of classes modelling images and regions for Windsurf. 
QueryProcessor.Utils.RegIdx Contains classes for connecting with the WINDSURF/M-tree DLL in order to solve similarity queries on regions. 
 

Uses of WindsurfImage in Document.Windsurf
 

Methods in Document.Windsurf with parameters of type WindsurfImage
 double WindsurfImage.distance(WindsurfImage i)
          Specific method for computing the distance to another image.
 

Uses of WindsurfImage in QueryProcessor.Utils.RegIdx
 

Methods in QueryProcessor.Utils.RegIdx with parameters of type WindsurfImage
 boolean WindsurfRegIndexMtreeCursors.createCursors(WindsurfImage query)
          Creates cursors for performing sorted access on the index using all the regions of a given image.