dot_face_lite library

DOT Face Lite plugin.

Classes

BgraRawImage
Represents an image with 8-bit BGRA color components with the values Blue, Green, and Red stored in 3 bytes and 1 byte of alpha.
DetectionPosition
Position of the detected face in the image.
DotFaceLiteLibrary
Activation of DOT Face Lite Library.
DotSdk
DOT SDK main component for initialization and deinitialization.
DotSdkConfiguration
Configuration for the main DOT SDK component (DotSdk).
FaceAutoCaptureConfiguration
Configuration for the Face Auto Capture UI component (FaceAutoCaptureWidget).
FaceAutoCaptureConfigurationPresets
Pre-defined sets of configurations.
FaceAutoCaptureDetection
Face detection in Face Auto Capture UI component.
FaceAutoCaptureResult
Result of the Face Auto Capture UI component.
FaceAutoCaptureWidget
Face Auto Capture UI component (widget).
FaceAutoCaptureWidgetController
Controller for managing the Face Auto Capture process.
FaceDetectorFace
Detected face in the image.
ImageFactory
A factory class for creating ui.Image objects.
ImageParameters
Image parameters.
ImageSize
Represents image size in pixels.
IntervalDouble
Representation of closed interval with value type double.
MagnifEyeLivenessConfiguration
Configuration for the MagnifEye Liveness UI component (MagnifEyeLivenessWidget).
MagnifEyeLivenessResult
Result of the MagnifEye Liveness UI component.
MagnifEyeLivenessWidget
MagnifEye Liveness UI component (widget).
MagnifEyeLivenessWidgetController
Controller for managing the MagnifEye Liveness process.
PointDouble
Point in two-dimensional euclidean space.
QualityAttributeThresholdPresets
Pre-defined sets of thresholds for Face Auto Capture.
QualityAttributeThresholds
Thresholds of quality attributes.
TiltAngles
Tilt angles.

Enums

CameraFacing
Camera facing.
CameraPreviewScaleType
Camera preview scale type.
CaptureMode
The method by which the final result is obtained.

Typedefs

OnFaceAutoCaptureCapturedCallback = void Function(FaceAutoCaptureResult result)
Called only once for the whole process, when the final face image candidate has been chosen. Once this callback is called, the whole process is considered to be over.
OnFaceAutoCaptureCreatedCallback = void Function(FaceAutoCaptureWidgetController controller)
Called when the widget is created.
OnFaceAutoCaptureNoCameraPermissionCallback = void Function()
Called when camera permission was not granted.
OnFaceAutoCaptureProcessedCallback = void Function(FaceAutoCaptureDetection detection)
Called when a camera image is processed.
OnMagnifEyeLivenessCreatedCallback = void Function(MagnifEyeLivenessWidgetController controller)
Called when the widget is created.
OnMagnifEyeLivenessFinishedCallback = void Function(MagnifEyeLivenessResult result)
Called only once for the whole process. Once this callback is called, the whole process is considered to be over.
OnMagnifEyeLivenessNoCameraPermissionCallback = void Function()
Called when camera permission was not granted.
OnMagnifEyeLivenessProcessedCallback = void Function(FaceAutoCaptureDetection detection)
Called when a camera image is processed.