org.robokind.impl.vision
Class PortableFaceDetectServiceConfig
java.lang.Object
org.robokind.impl.vision.PortableFaceDetectServiceConfig
- All Implemented Interfaces:
- FaceDetectServiceConfig
public class PortableFaceDetectServiceConfig
- extends Object
- implements FaceDetectServiceConfig
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableFaceDetectServiceConfig
public PortableFaceDetectServiceConfig(FaceDetectConfig record)
PortableFaceDetectServiceConfig
public PortableFaceDetectServiceConfig(FaceDetectServiceConfig config)
PortableFaceDetectServiceConfig
public PortableFaceDetectServiceConfig(String sourceId,
String faceDetectServiceId,
String haarLocation,
double scaleFactor,
int neighbors,
int haarFlags,
int minFaceWidth,
int minFaceHeight)
getConfigSourceId
public String getConfigSourceId()
- Specified by:
getConfigSourceId in interface FaceDetectServiceConfig
getFaceDetectServiceId
public String getFaceDetectServiceId()
- Specified by:
getFaceDetectServiceId in interface FaceDetectServiceConfig
getHaarFileLocation
public String getHaarFileLocation()
- Specified by:
getHaarFileLocation in interface FaceDetectServiceConfig
getScaleFactor
public double getScaleFactor()
- Specified by:
getScaleFactor in interface FaceDetectServiceConfig
getNeighbors
public int getNeighbors()
- Specified by:
getNeighbors in interface FaceDetectServiceConfig
getHaarFlags
public int getHaarFlags()
- Specified by:
getHaarFlags in interface FaceDetectServiceConfig
getMinFaceWidth
public int getMinFaceWidth()
- Specified by:
getMinFaceWidth in interface FaceDetectServiceConfig
getMinFaceHeight
public int getMinFaceHeight()
- Specified by:
getMinFaceHeight in interface FaceDetectServiceConfig
getRecord
public FaceDetectConfig getRecord()
Copyright © 2011-2012. All Rights Reserved.