Uses of Class
org.robokind.avrogen.vision.FaceDetectConfig.Builder

Uses of FaceDetectConfig.Builder in org.robokind.avrogen.vision
 

Methods in org.robokind.avrogen.vision that return FaceDetectConfig.Builder
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearBrokerAddress()
          Clears the value of the 'brokerAddress' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearCommandDestination()
          Clears the value of the 'commandDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearConnectionOptions()
          Clears the value of the 'connectionOptions' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearErrorDestination()
          Clears the value of the 'errorDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearHaarFileLocation()
          Clears the value of the 'haarFileLocation' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearHaarFlags()
          Clears the value of the 'haarFlags' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearImageEventDestination()
          Clears the value of the 'imageEventDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearMinFaceHeight()
          Clears the value of the 'minFaceHeight' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearMinFaceWidth()
          Clears the value of the 'minFaceWidth' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearNeighbors()
          Clears the value of the 'neighbors' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearProcEventDestination()
          Clears the value of the 'procEventDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.clearScaleFactor()
          Clears the value of the 'scaleFactor' field
static FaceDetectConfig.Builder FaceDetectConfig.newBuilder()
          Creates a new FaceDetectConfig RecordBuilder
static FaceDetectConfig.Builder FaceDetectConfig.newBuilder(FaceDetectConfig.Builder other)
          Creates a new FaceDetectConfig RecordBuilder by copying an existing Builder
static FaceDetectConfig.Builder FaceDetectConfig.newBuilder(FaceDetectConfig other)
          Creates a new FaceDetectConfig RecordBuilder by copying an existing FaceDetectConfig instance
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setBrokerAddress(String value)
          Sets the value of the 'brokerAddress' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setCommandDestination(String value)
          Sets the value of the 'commandDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setConnectionOptions(String value)
          Sets the value of the 'connectionOptions' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setErrorDestination(String value)
          Sets the value of the 'errorDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setHaarFileLocation(String value)
          Sets the value of the 'haarFileLocation' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setHaarFlags(int value)
          Sets the value of the 'haarFlags' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setImageEventDestination(String value)
          Sets the value of the 'imageEventDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setMinFaceHeight(int value)
          Sets the value of the 'minFaceHeight' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setMinFaceWidth(int value)
          Sets the value of the 'minFaceWidth' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setNeighbors(int value)
          Sets the value of the 'neighbors' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setProcEventDestination(String value)
          Sets the value of the 'procEventDestination' field
 FaceDetectConfig.Builder FaceDetectConfig.Builder.setScaleFactor(double value)
          Sets the value of the 'scaleFactor' field
 

Methods in org.robokind.avrogen.vision with parameters of type FaceDetectConfig.Builder
static FaceDetectConfig.Builder FaceDetectConfig.newBuilder(FaceDetectConfig.Builder other)
          Creates a new FaceDetectConfig RecordBuilder by copying an existing Builder
 



Copyright © 2011-2013. All Rights Reserved.