5 #include <fsdk/Optional.h>
8 #include "IHeadPoseEstimator.h"
12 #ifndef DOXYGEN_SHOULD_SKIP_THIS
81 static_cast<int>(first) | static_cast<int>(second)
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Common data types and structures.
BestShot and Quality estimator interface.
Definition: IBestShotQualityEstimator.h:20
EstimationRequest
EstimationRequest lists all possible estimation attributes that BestShotQuality estimator is able to ...
Definition: IBestShotQualityEstimator.h:26
Object system types and interfaces.
BestShotQualityEstimator output structure.
Definition: IBestShotQualityEstimator.h:35
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Definition: Optional.h:14
Make full estimation (all attributes)
Definition: IBestShotQualityEstimator.h:29
virtual Result< FSDKError > estimate(const fsdk::Image &image, const fsdk::Detection &detection, const fsdk::IBestShotQualityEstimator::EstimationRequest request, fsdk::IBestShotQualityEstimator::EstimationResult &result) const noexcept=0
Estimate unified AGS and HeadPose attributes.
Estimate HeadPose.
Definition: IBestShotQualityEstimator.h:28
Image.
Definition: Image.h:37
Optional< float > ags
AGS estimation if was requested, empty otherwise.
Definition: IBestShotQualityEstimator.h:37
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:13
Estimate AGS.
Definition: IBestShotQualityEstimator.h:27
Face detection. Stores a detected face bounding box within a source image frame as well as detection...
Definition: Detection.h:10
Optional< HeadPoseEstimation > headPose
HeadPose estimation if was requested, empty otherwise.
Definition: IBestShotQualityEstimator.h:36