6 #include <fsdk/Types/Image.h> 
    7 #include <fsdk/Types/Result.h> 
    8 #include <fsdk/Types/Span.h> 
   12 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
FacialHair result
estimation result ( 
Definition: IFacialHairEstimator.h:39
 
#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
 
float beardScore
beard on the face score 
Definition: IFacialHairEstimator.h:44
 
Object system types and interfaces. 
 
Base strong reference counted object interface. 
Definition: IRefCounted.h:37
 
float stubbleScore
stubble on the face score 
Definition: IFacialHairEstimator.h:42
 
virtual Result< FSDKError > validate(Span< const Image > warps, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single function call. 
 
virtual Result< FSDKError > estimate(const Image &warp, FacialHairEstimation &estimation) const noexcept=0
Estimate Facial Hair probabilities. 
 
Image. 
Definition: Image.h:38
 
float mustacheScore
mustache on the face score 
Definition: IFacialHairEstimator.h:43
 
FacialHair
FacialHair estimator output enum. This enum contains all possible estimation results. 
Definition: IFacialHairEstimator.h:25
 
FacialHair estimator interface. 
Definition: IFacialHairEstimator.h:51
 
float noHairScore
no hair on the face score 
Definition: IFacialHairEstimator.h:41
 
Span.  Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14
 
FacialHair estimator output structure. This structure contains the result of estimation (...
Definition: IFacialHairEstimator.h:38