3#include <fsdk/FSDKError.h>
4#include <fsdk/IObject.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
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition Def.h:56
NIRLivenessMode
NIRLiveness estimation mode. Currently, available values to select the estimation mode are: Default,...
Definition INIRLivenessEstimator.h:23
SDK namespace.
Definition IAGSEstimator.h:8
Infra red liveness estimator interface.
Definition INIRLivenessEstimator.h:50
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.
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.
Base strong reference counted object interface.
Definition IRefCounted.h:37
Image.
Definition Image.h:38
NIR Liveness estimation structure. Each score in normalized [0, 1] range, state shows real person or ...
Definition INIRLivenessEstimator.h:34
State
Definition INIRLivenessEstimator.h:35
@ Fake
The person on image is fake.
@ Real
The person on image is real.
A structure that encapsulates an action result enumeration.
Definition Result.h:27