7 #include <fsdk/Types/Image.h> 8 #include <fsdk/Types/Result.h> 9 #include <fsdk/Types/Ref.h> 10 #include <fsdk/Types/Span.h> 14 #ifndef DOXYGEN_SHOULD_SKIP_THIS FacialHair result
estimation result (
Definition: IFacialHairEstimator.h:36
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
SDK namespace.
Definition: IAGSEstimator.h:8
float beardScore
beard on the face score
Definition: IFacialHairEstimator.h:41
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
float stubbleScore
stubble on the face score
Definition: IFacialHairEstimator.h:39
FacialHair
FacialHair estimator output enum. This enum contains all possible estimation results.
Definition: IFacialHairEstimator.h:22
virtual Result< FSDKError > estimate(const Image &warp, FacialHairEstimation &estimation) const noexcept=0
Estimate Facial Hair probabilities.
Image.
Definition: Image.h:37
float mustacheScore
mustache on the face score
Definition: IFacialHairEstimator.h:40
FacialHair estimator interface.
Definition: IFacialHairEstimator.h:48
float noHairScore
no hair on the face score
Definition: IFacialHairEstimator.h:38
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:13
Reference counted object interface.
FacialHair estimator output structure. This structure contains the result of estimation (...
Definition: IFacialHairEstimator.h:35