org.mechio.api.vision.config
Interface FaceDetectServiceConfig


public interface FaceDetectServiceConfig

Author:
Matthew Stevenson

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

Method Detail

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.