 |
Face Engine SDK
5.21.0
A face detection, recognition and tracking engine.
|
3 #include <fsdk/FSDKError.h>
4 #include <fsdk/IObject.h>
5 #include <fsdk/Types.h>
9 #ifndef DOXYGEN_SHOULD_SKIP_THIS
Span. @detail Not owning data view. It incapsulated pointer to the continuous array with one or more ...
Definition: Span.h:14
State
Definition: INIRLivenessEstimator.h:35
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
virtual Result< FSDKError > estimate(const Image &warp, NIRLivenessEstimation &irEstimation) const noexcept=0
Check whether or not infrared warp corresponds to the real person.
virtual Result< FSDKError > estimate(Span< const Image > warps, Span< NIRLivenessEstimation > irEstimation) const noexcept=0
Check whether or not array of infrared warps corresponds to the real person.
@ Real
The person on image is real.
SDK namespace.
Definition: IAGSEstimator.h:8
Infra red liveness estimator interface.
Definition: INIRLivenessEstimator.h:50
@ Fake
The person on image is fake.
NIRLivenessMode
NIRLiveness estimation mode. Currently, available values to select the estimation mode are: Default,...
Definition: INIRLivenessEstimator.h:23
NIR Liveness estimation structure. Each score in normalized [0, 1] range, state shows real person or ...
Definition: INIRLivenessEstimator.h:34
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
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:38
Base strong reference counted object interface.
Definition: IRefCounted.h:37