org.cyberlab.local.recognition
Class LocalFeaturesExtractorFactory
java.lang.Object
org.cyberlab.local.recognition.LocalFeaturesExtractorFactory
public class LocalFeaturesExtractorFactory
- extends java.lang.Object
Factory for creating LocalFeaturesExtractors
The framework supports SocketLocalFeaturesExtractor
and DeviceLocalFeaturesExtractor
- Author:
- Mats-Gøran Karlsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFeaturesExtractorFactory
public LocalFeaturesExtractorFactory()
socketExtractor
public static LocalFeaturesExtractor socketExtractor(java.lang.String serverIP,
int serverPort)
socketExtractor
public static LocalFeaturesExtractor socketExtractor(java.lang.String serverIP,
int serverPort,
int featureType,
int descriptorType)
deviceExtractor
public static LocalFeaturesExtractor deviceExtractor()
deviceExtractor
public static LocalFeaturesExtractor deviceExtractor(int featureType,
int descriptorType)