Feature
Class WrapperFeatureWindsurfTxt

java.lang.Object
  extended by Feature.WrapperFeature
      extended by Feature.WrapperFeatureWindsurfTxt

public class WrapperFeatureWindsurfTxt
extends WrapperFeature

Implements an utility class for managing Windsurf image features over a text DB.


Field Summary
 
Fields inherited from class Feature.WrapperFeature
feat, timeImgRetrieve
 
Constructor Summary
WrapperFeatureWindsurfTxt(java.lang.String db, java.lang.String tempPath, java.lang.String relPath)
          Initializes the Feature Manager, the Raw Data Manager and the Feature Interface.
 
Method Summary
 void close()
          Closes all connections and deletes active objects.
 
Methods inherited from class Feature.WrapperFeature
extractImage, getDistance, getFM, getImageURL, getRDM, getResultIDs, getTime, resetTime, retrieveImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperFeatureWindsurfTxt

public WrapperFeatureWindsurfTxt(java.lang.String db,
                                 java.lang.String tempPath,
                                 java.lang.String relPath)
Initializes the Feature Manager, the Raw Data Manager and the Feature Interface.

Parameters:
db - Path of the file containing the features DB.
tempPath - Directory used for storing temporary index files.
relPath - Path used as the base directory containing image files.
Method Detail

close

public void close()
Closes all connections and deletes active objects.