org.robokind.api.vision.config
Interface FaceDetectServiceConfig


public interface FaceDetectServiceConfig

Author:
Matthew Stevenson

Method Summary
 String getConfigSourceId()
           
 String getFaceDetectServiceId()
           
 String getHaarFileLocation()
           
 int getHaarFlags()
           
 int getMinFaceHeight()
           
 int getMinFaceWidth()
           
 int getNeighbors()
           
 double getScaleFactor()
           
 

Method Detail

getConfigSourceId

String getConfigSourceId()

getFaceDetectServiceId

String getFaceDetectServiceId()

getHaarFileLocation

String getHaarFileLocation()

getScaleFactor

double getScaleFactor()

getNeighbors

int getNeighbors()

getHaarFlags

int getHaarFlags()

getMinFaceWidth

int getMinFaceWidth()

getMinFaceHeight

int getMinFaceHeight()


Copyright © 2011-2012. All Rights Reserved.