5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
62 return typeScores[
static_cast<uint8_t
>(type)];
71 return states[
static_cast<uint8_t
>(type)];
75 float overallOcclusionScore;
76 float hairOcclusionScore;
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
Common data types and structures.
Face landmarks template structure.
Definition: Landmarks.h:23
Object system types and interfaces.
FaceOcclusionState getState(FaceOcclusionType type) const
Returns the occlusion state.
Definition: IFaceOcclusionEstimator.h:70
Base strong reference counted object interface.
Definition: IRefCounted.h:37
FaceOcclusionState states[static_cast< uint8_t >(FaceOcclusionType::Count)]
occlusion states
Definition: IFaceOcclusionEstimator.h:51
FaceOcclusionState
FaceOcclusionState enum. This enum contains all possible facial occlusion states. ...
Definition: IFaceOcclusionEstimator.h:37
FaceOcclusionEstimation structure. This structure is used to check for occlusions in various parts of...
Definition: IFaceOcclusionEstimator.h:50
Addon for Result to output some value aside the result. Specialization for copiable types...
Definition: ResultValue.h:21
Total number of occlusion types.
Image.
Definition: Image.h:38
virtual ResultValue< FSDKError, FaceOcclusionEstimation > estimate(const Image &warp, const Landmarks5 &landmarks5) const noexcept=0
Checks whether persons face is occluded or not.
FaceOcclusion estimator interface.
Definition: IFaceOcclusionEstimator.h:83
virtual Result< FSDKError > validate(Span< const Image > warps, Span< const Landmarks5 > landmarks, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single function call.
Lower part of the face (chin, mouth, etc.)
float getScore(FaceOcclusionType type) const
Returns the occlusion score for the required facial zone.
Definition: IFaceOcclusionEstimator.h:61
FaceOcclusionType
FaceOcclusionType enum. This enum contains all possible facial occlusion types.
Definition: IFaceOcclusionEstimator.h:23
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14