5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
EyeBrow estimation structure.
Definition: IEyeBrowEstimator.h:24
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
float raisedScore
0(not raised)..1(raised).
Definition: IEyeBrowEstimator.h:37
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
float neutralScore
0(not neutral)..1(neutral).
Definition: IEyeBrowEstimator.h:36
Object system types and interfaces.
float frowningScore
0(not frowning)..1(frowning).
Definition: IEyeBrowEstimator.h:39
virtual Result< FSDKError > estimate(const Image &warp, EyeBrowEstimation &estimation) const noexcept=0
Estimate EyeBrowEstimation probabilities.
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.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
float squintingScore
0(not squinting)..1(squinting).
Definition: IEyeBrowEstimator.h:38
EyeBrowState
EyeBrow estimator output enum. This enum contains all possible estimation results.
Definition: IEyeBrowEstimator.h:29
Image.
Definition: Image.h:39
EyeBrowState eyeBrowState
EyeBrow state.
Definition: IEyeBrowEstimator.h:40
EyeBrow estimator interface.
Definition: IEyeBrowEstimator.h:47
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14