5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
virtual Result< FSDKError > estimate(const Image &warp, CredibilityCheckEstimation &out) const noexcept=0
Estimate the reliability of person.
float value
Definition: ICredibilityCheckEstimator.h:26
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Common data types and structures.
Object system types and interfaces.
CredibilityCheck estimator interface.
Definition: ICredibilityCheckEstimator.h:38
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Image.
Definition: Image.h:38
CredibilityStatus credibilityStatus
credibility enum value predicted according to the output score value above.
Definition: ICredibilityCheckEstimator.h:30
CredibilityStatus
an enum representing all possible outcomes of CredibilityCheckEsimator.
Definition: ICredibilityCheckEstimator.h:17
CredibilityCheck estimator output structure.
Definition: ICredibilityCheckEstimator.h:25
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:13