Uses of Class
org.cyberlab.local.recognition.ImageFeatures

Packages that use ImageFeatures
org.cyberlab.local.recognition   
org.cyberlab.local.recognition.extractor   
org.cyberlab.local.recognition.extractor.device   
org.cyberlab.local.recognition.extractor.net   
org.cyberlab.support   
 

Uses of ImageFeatures in org.cyberlab.local.recognition
 

Methods in org.cyberlab.local.recognition that return ImageFeatures
 ImageFeatures Unknown.getFeatures()
          Get the image features
 

Uses of ImageFeatures in org.cyberlab.local.recognition.extractor
 

Methods in org.cyberlab.local.recognition.extractor that return ImageFeatures
abstract  ImageFeatures LocalFeaturesExtractor.getFeatures(Bitmap image)
           
 

Uses of ImageFeatures in org.cyberlab.local.recognition.extractor.device
 

Methods in org.cyberlab.local.recognition.extractor.device that return ImageFeatures
 ImageFeatures DeviceLocalFeaturesExtractor.getFeatures(Bitmap image)
           
 

Uses of ImageFeatures in org.cyberlab.local.recognition.extractor.net
 

Methods in org.cyberlab.local.recognition.extractor.net that return ImageFeatures
 ImageFeatures SocketLocalFeaturesExtractor.getFeatures(Bitmap image)
          This method implements the complete communication control protocol.

The overall communication protocol follows this pattern:
1.
 

Uses of ImageFeatures in org.cyberlab.support
 

Methods in org.cyberlab.support that return ImageFeatures
static ImageFeatures FileStorage.loadImageFeatures(java.io.File file)
          Loads ImageFeatures from a file.