Uses of Class
QueryProcessor.Utils.RegIdx.RegionQuery

Packages that use RegionQuery
IndexManager The Index Manager (IM) contains the classes managing the feature indices for performing similarity searches over the image/region features. 
QueryProcessor.Utils.RegIdx Contains classes for connecting with the WINDSURF/M-tree DLL in order to solve similarity queries on regions. 
 

Uses of RegionQuery in IndexManager
 

Methods in IndexManager that return RegionQuery
abstract  RegionQuery RegIndexManager.createQuery(Region region)
          Creates a new k-NN query based on the given region using this index.
 RegionQuery RegIndexManagerMtree.createQuery(Region region)
          Creates a new k-NN query based on the given region using this index.
 

Uses of RegionQuery in QueryProcessor.Utils.RegIdx
 

Subclasses of RegionQuery in QueryProcessor.Utils.RegIdx
 class WindsurfRegionQueryMtree
          Class representing a region query for Windsurf using M-tree.