org.robokind.api.vision.config
Interface FaceDetectServiceConfig
public interface FaceDetectServiceConfig
- Author:
- Matthew Stevenson
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.