5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Gaze estimator interface.
Definition: IGazeEstimator.h:32
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
Face landmarks template structure.
Definition: Landmarks.h:18
float pitch
Eye pitch angle.
Definition: IGazeEstimator.h:21
Object system types and interfaces.
virtual fsdk::Point2i getFaceCenter(const fsdk::Landmarks5 &landmarks5) const noexcept=0
Returns the special center of face for calculating of gaze projection.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
float yaw
Eye yaw angle.
Definition: IGazeEstimator.h:20
Gaze estimation output.
Definition: IGazeEstimator.h:19
Image.
Definition: Image.h:38
virtual fsdk::Result< fsdk::FSDKError > estimate(const fsdk::Image &warp, const fsdk::Landmarks5 &landmarks5Transformed, fsdk::GazeEstimation &eyeAngles) const noexcept=0
Estimates the eye angles.
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:13