![]() |
Face Engine SDK
5.17.0
A face detection, recognition and tracking engine.
|
Infra red liveness estimator interface. More...
#include <INIRLivenessEstimator.h>
Public Member Functions | |
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. | |
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. |
Infra red liveness estimator interface.
virtual Result<FSDKError> fsdk::INIRLivenessEstimator::estimate | ( | const Image & | warp, |
NIRLivenessEstimation & | irEstimation | ||
) | const [pure virtual] |
virtual Result<FSDKError> fsdk::INIRLivenessEstimator::estimate | ( | Span< const Image > | warps, |
Span< NIRLivenessEstimation > | irEstimation | ||
) | const [pure virtual] |
Check whether or not array of infrared warps corresponds to the real person.
[in] | warps | span of infra red images with warped faces. |
[out] | irEstimation | array of ir-estimations |
virtual Result<FSDKError> fsdk::INIRLivenessEstimator::validate | ( | Span< const Image > | warps, |
Span< Result< FSDKError >> | errors | ||
) | const [pure virtual] |
Validate input of multiple frames in a single function call.
[in] | warps | span of infra red images with warped faces. |
[out] | errors | output span of errors for each image. |