Uses of Class
org.cyberlab.local.recognition.extractor.LocalFeaturesExtractor

Packages that use LocalFeaturesExtractor
org.cyberlab.local.activity   
org.cyberlab.local.activity.task   
org.cyberlab.local.recognition   
org.cyberlab.local.recognition.extractor.device   
org.cyberlab.local.recognition.extractor.net   
 

Uses of LocalFeaturesExtractor in org.cyberlab.local.activity
 

Fields in org.cyberlab.local.activity declared as LocalFeaturesExtractor
protected  LocalFeaturesExtractor AbstractCreateModelActivity.mExtractor
           
 

Uses of LocalFeaturesExtractor in org.cyberlab.local.activity.task
 

Constructors in org.cyberlab.local.activity.task with parameters of type LocalFeaturesExtractor
CreateUnknownTask(AbstractGeneralActivity<?> activity, int uniqueID, LocalFeaturesExtractor extractor)
           
 

Uses of LocalFeaturesExtractor in org.cyberlab.local.recognition
 

Methods in org.cyberlab.local.recognition that return LocalFeaturesExtractor
static LocalFeaturesExtractor LocalFeaturesExtractorFactory.deviceExtractor()
           
static LocalFeaturesExtractor LocalFeaturesExtractorFactory.deviceExtractor(int featureType, int descriptorType)
           
static LocalFeaturesExtractor LocalFeaturesExtractorFactory.socketExtractor(java.lang.String serverIP, int serverPort)
           
static LocalFeaturesExtractor LocalFeaturesExtractorFactory.socketExtractor(java.lang.String serverIP, int serverPort, int featureType, int descriptorType)
           
 

Constructors in org.cyberlab.local.recognition with parameters of type LocalFeaturesExtractor
Unknown(Bitmap image, LocalFeaturesExtractor extractor)
           
 

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

Subclasses of LocalFeaturesExtractor in org.cyberlab.local.recognition.extractor.device
 class DeviceLocalFeaturesExtractor
          Features extractor for local image recognition that runs locally on the Android device.
 

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

Subclasses of LocalFeaturesExtractor in org.cyberlab.local.recognition.extractor.net
 class SocketLocalFeaturesExtractor
          Features extractor that uses socket connections to an external server helping in extracting features and descriptors.