org.mechio.api.vision.config
Interface FaceDetectServiceConfig
public interface FaceDetectServiceConfig
- Author:
- Matthew Stevenson
getBrokerAddress
java.lang.String getBrokerAddress()
getConnectionOptions
java.lang.String getConnectionOptions()
getImageEventDestination
java.lang.String getImageEventDestination()
getProcEventDestination
java.lang.String getProcEventDestination()
getCommandDestination
java.lang.String getCommandDestination()
getErrorDestination
java.lang.String getErrorDestination()
getHaarFileLocation
java.lang.String getHaarFileLocation()
getScaleFactor
java.lang.Double getScaleFactor()
getNeighbors
java.lang.Integer getNeighbors()
getHaarFlags
java.lang.Integer getHaarFlags()
getMinFaceWidth
java.lang.Integer getMinFaceWidth()
getMinFaceHeight
java.lang.Integer getMinFaceHeight()
Copyright © 2011-2014. All Rights Reserved.