org.robokind.impl.vision
Class PortableFaceDetectServiceConfig

java.lang.Object
  extended by org.robokind.impl.vision.PortableFaceDetectServiceConfig
All Implemented Interfaces:
FaceDetectServiceConfig

public class PortableFaceDetectServiceConfig
extends Object
implements FaceDetectServiceConfig

Author:
Matthew Stevenson

Nested Class Summary
static class PortableFaceDetectServiceConfig.MessageRecordAdapter
           
static class PortableFaceDetectServiceConfig.RecordMessageAdapter
           
 
Constructor Summary
PortableFaceDetectServiceConfig(FaceDetectConfig record)
           
PortableFaceDetectServiceConfig(FaceDetectServiceConfig config)
           
PortableFaceDetectServiceConfig(String sourceId, String faceDetectServiceId, String haarLocation, double scaleFactor, int neighbors, int haarFlags, int minFaceWidth, int minFaceHeight)
           
 
Method Summary
 String getConfigSourceId()
           
 String getFaceDetectServiceId()
           
 String getHaarFileLocation()
           
 int getHaarFlags()
           
 int getMinFaceHeight()
           
 int getMinFaceWidth()
           
 int getNeighbors()
           
 FaceDetectConfig getRecord()
           
 double getScaleFactor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.