6 #include <fsdk/Types/Image.h> 7 #include <fsdk/Types/Result.h> 8 #include <fsdk/Types/Span.h> 12 #ifndef DOXYGEN_SHOULD_SKIP_THIS PhotorealisticFaceEstimator output structure. This structure contains.
Definition: IPhotorealisticFaceEstimator.h:27
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:70
SDK namespace.
Definition: IAGSEstimator.h:8
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:37
virtual Result< FSDKError > validate(Span< const Image > images, Span< const Detection > detections, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single call.
Type result
realScore binarized by a threshold (0.5 by default),
Definition: IPhotorealisticFaceEstimator.h:43
Image.
Definition: Image.h:38
Type
PhotorealisticFaceEstimator output enum. This enum contains all possible estimation results...
Definition: IPhotorealisticFaceEstimator.h:32
PhotorealisticFaceEstimator estimator interface. The estimator determines if the person is real or dr...
Definition: IPhotorealisticFaceEstimator.h:50
float realScore
Definition: IPhotorealisticFaceEstimator.h:41
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
virtual Result< FSDKError > estimate(const Image &image, const Detection &detection, PhotorealisticFaceEstimation &estimation) const noexcept=0
Estimate if the person is real or drawn.
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14