 |
Face Engine SDK
4.7.0
A face detection, recognition and tracking engine.
|
3 #include <fsdk/IObject.h>
4 #include <fsdk/FSDKError.h>
5 #include <fsdk/Optional.h>
6 #include <fsdk/Types.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
99 FSDK_DEPRECATED(
"estimate by landmarks5 is deprecated since v.3.6.0, use estimate(const Image& warp,"
100 "const EyeCropper::EyesRects& eyeRects,EyesEstimation& eyesEstimation) instead")
158 const uint32_t batchSize,
virtual Result< FSDKError > FSDK_DEPRECATED("estimate by landmarks5 is deprecated since v.3.6.0, use estimate(const Image& warp," "const EyeCropper::EyesRects& eyeRects,EyesEstimation& eyesEstimation) instead") estimate(const Image &warp
Estimate the attributes.
FSDKError
Common SDK error codes.
Definition: FSDKError.h:17
EyeAttributes rightEye
Right eye attributes.
Definition: IEyeEstimator.h:48
State
Enumeration of possible eye states.
Definition: IEyeEstimator.h:26
static constexpr uint64_t eyelidLandmarksCount
Eyelid landmarks amount.
Definition: IEyeEstimator.h:33
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
EyelidLandmarks eyelid
Eyelid landmarks.
Definition: IEyeEstimator.h:44
SDK namespace.
Definition: IAGSEstimator.h:8
State state
State of an eye.
Definition: IEyeEstimator.h:41
IrisLandmarks iris
Iris landmarks.
Definition: IEyeEstimator.h:43
EyeAttributes leftEye
Left eye attributes.
Definition: IEyeEstimator.h:47
#define FSDK_API
Dummy.
Definition: Def.h:27
virtual Result< FSDKError > estimate(const Image &warp, const EyeCropper::EyesRects &eyeRects, EyesEstimation &eyesEstimation) const noexcept=0
Estimate the attributes.
static constexpr uint64_t irisLandmarksCount
Iris landmarks amount.
Definition: IEyeEstimator.h:32
@ Occluded
Eye is blocked by something not transparent, or landmark passed to estimator doesn't point to an eye.
Eyes estimation output.
Definition: IEyeEstimator.h:18
Definition: IEyeEstimator.h:58
Image.
Definition: Image.h:38
Eye estimator interface.
Definition: IEyeEstimator.h:86
Eyes attribute structure.
Definition: IEyeEstimator.h:22
Base strong reference counted object interface.
Definition: IRefCounted.h:36
EyeCropper is a helper structure for IEyeEstimator interface Methods of this structure crop an input ...
Definition: IEyeEstimator.h:56