org.robokind.api.vision.config
Interface FaceDetectServiceConfig


public interface FaceDetectServiceConfig

Author:
Matthew Stevenson

Method Summary
 String getBrokerAddress()
           
 String getCommandDestination()
           
 String getConnectionOptions()
           
 String getErrorDestination()
           
 String getHaarFileLocation()
           
 Integer getHaarFlags()
           
 String getImageEventDestination()
           
 Integer getMinFaceHeight()
           
 Integer getMinFaceWidth()
           
 Integer getNeighbors()
           
 String getProcEventDestination()
           
 Double getScaleFactor()
           
 

Method Detail

getBrokerAddress

String getBrokerAddress()

getConnectionOptions

String getConnectionOptions()

getImageEventDestination

String getImageEventDestination()

getProcEventDestination

String getProcEventDestination()

getCommandDestination

String getCommandDestination()

getErrorDestination

String getErrorDestination()

getHaarFileLocation

String getHaarFileLocation()

getScaleFactor

Double getScaleFactor()

getNeighbors

Integer getNeighbors()

getHaarFlags

Integer getHaarFlags()

getMinFaceWidth

Integer getMinFaceWidth()

getMinFaceHeight

Integer getMinFaceHeight()


Copyright © 2011-2013. All Rights Reserved.