5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
float childScore
Numerical value in range [0, 1]. Show the person is child or not.
Definition: IChildEstimator.h:24
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
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.
Image.
Definition: Image.h:39
Child estimation output.
Definition: IChildEstimator.h:23
virtual Result< FSDKError > estimate(const Image &warp, ChildEstimation &estimation) const noexcept=0
Check whether or not warp corresponds to the adult person.
Child estimator interface.
Definition: IChildEstimator.h:32
bool isChild
Person is child (true) or not (false).
Definition: IChildEstimator.h:25
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14