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

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

Uses of LocalFeaturesExtractor in org.cyberlab.activity.local
 

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

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

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

Uses of LocalFeaturesExtractor in org.cyberlab.recognition.local
 

Methods in org.cyberlab.recognition.local 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.recognition.local with parameters of type LocalFeaturesExtractor
Unknown(Bitmap image, LocalFeaturesExtractor extractor)
           
 

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

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

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

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