5 #include <fsdk/Optional.h>
12 #ifndef DOXYGEN_SHOULD_SKIP_THIS
82 const uint32_t batchSize,
91 if(std::abs(
roll) <= 8 && std::abs(
pitch) <= 5 && std::abs(
yaw) <= 5)
93 if(std::abs(
roll) <= 30 && std::abs(
pitch) <= 40 && std::abs(
yaw) <= 40)
GOST/ISO angles.
Definition: IHeadPoseEstimator.h:29
Head pose estimation output.
Definition: IHeadPoseEstimator.h:21
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Non-frontal face.
Definition: IHeadPoseEstimator.h:27
Common data types and structures.
Face landmarks template structure.
Definition: Landmarks.h:18
float roll
Roll angle estimation.
Definition: IHeadPoseEstimator.h:24
virtual Result< FSDKError > estimate(const Landmarks68 &landmarks, HeadPoseEstimation &out) const noexcept=0
Estimate the angles.
float yaw
Yaw angle estimation.
Definition: IHeadPoseEstimator.h:23
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Good for recognition; Doesn't descrease recall and looks fine.
Definition: IHeadPoseEstimator.h:28
Image.
Definition: Image.h:37
FrontalFaceType
Definition: IHeadPoseEstimator.h:26
float pitch
Pitch angle estimation.
Definition: IHeadPoseEstimator.h:22
Head pose angles estimator interface.
Definition: IHeadPoseEstimator.h:48
FrontalFaceType getFrontalFaceType() const
Returns type of face frontality.
Definition: IHeadPoseEstimator.h:90
Face detection. Stores a detected face bounding box within a source image frame as well as detection...
Definition: Detection.h:10