13 struct EyesEstimation;
14 struct GazeEstimation;
19 #ifndef DOXYGEN_SHOULD_SKIP_THIS
50 const Landmarks5& landmarks)
const noexcept = 0;
63 Image& transformedImage)
const noexcept = 0;
78 Landmarks5& transformedLandmarks)
const noexcept = 0;
93 Landmarks68& transformedLandmarks68)
const noexcept = 0;
138 const fsdk::GazeEstimation& warpedAngles,
140 fsdk::GazeEstimation& angles
141 )
const noexcept = 0;
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Face landmarks template structure.
Definition: Landmarks.h:18
Face detection area warper interface.
Definition: IWarper.h:41
Eyes estimation output.
Definition: IEyeEstimator.h:18
Base strong reference counted object interface.
Definition: IRefCounted.h:36
virtual Transformation createTransformation(const Detection &detection, const Landmarks5 &landmarks) const noexcept=0
Create transformation data struct.
virtual Result< FSDKError > unwarp(const EyesEstimation &eyesEstimationInWarpCoordinates, const Transformation &transformation, EyesEstimation &eyesEstimation) const noexcept=0
Warp irisLandmarks in EyesEstimation struct for both eyes.
Descriptor extractor and matcher interfaces.
virtual Result< FSDKError > warp(const Image &image, const Transformation &transformation, Image &transformedImage) const noexcept=0
Warp image.
Image.
Definition: Image.h:37
Face detection. Stores a detected face bounding box within a source image frame as well as detection...
Definition: Detection.h:10