5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define FSDK_API
Dummy.
Definition: Def.h:27
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
Object system types and interfaces.
EyeAttributes leftEye
Left eye attributes.
Definition: IEyeEstimator.h:47
Eyes estimation output.
Definition: IEyeEstimator.h:18
Definition: IEyeEstimator.h:57
Base strong reference counted object interface.
Definition: IRefCounted.h:36
State
Enumeration of possible eye states.
Definition: IEyeEstimator.h:26
Eyes attribute structure.
Definition: IEyeEstimator.h:22
static constexpr uint64_t irisLandmarksCount
Iris landmarks amount.
Definition: IEyeEstimator.h:32
Eye estimator interface.
Definition: IEyeEstimator.h:85
Image.
Definition: Image.h:38
EyelidLandmarks eyelid
Eyelid landmarks.
Definition: IEyeEstimator.h:44
Eye is blocked by something not transparent, or landmark passed to estimator doesn't point to an eye...
EyeCropper is a helper structure for IEyeEstimator interface Methods of this structure crop an input ...
Definition: IEyeEstimator.h:56
IrisLandmarks iris
Iris landmarks.
Definition: IEyeEstimator.h:43
State state
State of an eye.
Definition: IEyeEstimator.h:41
virtual Result< FSDKError > validate(Span< const Image > warps, Span< const EyeCropper::EyesRects > eyeRects, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single function call.
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14
EyeAttributes rightEye
Right eye attributes.
Definition: IEyeEstimator.h:48
static constexpr uint64_t eyelidLandmarksCount
Eyelid landmarks amount.
Definition: IEyeEstimator.h:33
virtual Result< FSDKError > estimate(const Image &warp, const EyeCropper::EyesRects &eyeRects, EyesEstimation &eyesEstimation) const noexcept=0
Estimate the attributes.