org.cyberlab.local.recognition
Class LocalFeaturesExtractorFactory

java.lang.Object
  extended by 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

Constructor Summary
LocalFeaturesExtractorFactory()
           
 
Method Summary
static LocalFeaturesExtractor deviceExtractor()
           
static LocalFeaturesExtractor deviceExtractor(int featureType, int descriptorType)
           
static LocalFeaturesExtractor socketExtractor(java.lang.String serverIP, int serverPort)
           
static LocalFeaturesExtractor socketExtractor(java.lang.String serverIP, int serverPort, int featureType, int descriptorType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFeaturesExtractorFactory

public LocalFeaturesExtractorFactory()
Method Detail

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)