5 #include <fsdk/Optional.h>
9 namespace experimental {
11 #ifndef DOXYGEN_SHOULD_SKIP_THIS
The person on image is fake (media is synthetic)
DeepFake estimator interface. The current implementation is experimental, and does not support backwa...
Definition: IDeepFakeEstimator.h:60
#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
Common data types and structures.
DeepFakeMode
DeepFake estimation mode. Currently, available values for selecting estimation scenario are: Default...
Definition: IDeepFakeEstimator.h:28
State state
Liveness status.
Definition: IDeepFakeEstimator.h:50
Object system types and interfaces.
State
Definition: IDeepFakeEstimator.h:44
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 function call. The current implementation is experiment...
virtual Result< FSDKError > estimate(const Image &image, const Detection &detection, DeepFakeEstimation &estimation) const noexcept=0
DeepFake estimation. The current implementation is experimental, and does not support backward compat...
Base strong reference counted object interface.
Definition: IRefCounted.h:37
DeepFake estimation structure. The current implementation is experimental, and does not support backw...
Definition: IDeepFakeEstimator.h:43
float score
Estimation score.
Definition: IDeepFakeEstimator.h:49
Image.
Definition: Image.h:38
The person on image is real.
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14