FaceConfig constructor
FaceConfig({
- List<
DetectionType> listDetectorType = const [DetectionType.SMILE, DetectionType.LOOK_LEFT, DetectionType.LOOK_RIGHT, DetectionType.EYES_BLINK, DetectionType.LOOK_STRAIGHT], - int doingStep = 3,
- DetectionDisplay detectionDisplay = DetectionDisplay.RANDOM,
- DetectionLastStep detectionLastStep = DetectionLastStep.TAKE_PORTRAITS,
Implementation
FaceConfig({
this.listDetectorType = const [
DetectionType.SMILE,
DetectionType.LOOK_LEFT,
DetectionType.LOOK_RIGHT,
DetectionType.EYES_BLINK,
DetectionType.LOOK_STRAIGHT,
],
this.doingStep = 3,
this.detectionDisplay = DetectionDisplay.RANDOM,
this.detectionLastStep = DetectionLastStep.TAKE_PORTRAITS,
});