![]() |
Face Engine SDK
5.3.0
A face detection, recognition and tracking engine.
|
FPR Liveness estimator interface. More...
#include <ILivenessFPREstimator.h>
Public Member Functions | |
virtual fsdk::Result < fsdk::FSDKError > | estimate (const Image &image, const Detection &detection, const fsdk::Landmarks5 &landmarks5, bool useJpegCompression, LivenessFPREstimation &estimation) const noexcept=0 |
Helps to check if person is real or not. More... | |
virtual fsdk::Image | getCompressedWarp () const =0 |
virtual void | setCompressedWarp (const fsdk::Image &warp) const =0 |
virtual void | clearCompessedWarp () const =0 |
![]() | |
virtual int32_t | retain () noexcept=0 |
Increase strong reference count. More... | |
virtual int32_t | release () noexcept=0 |
Decrease strong reference count. More... | |
virtual int32_t | getRefCount () const noexcept=0 |
Get actual strong reference count. More... | |
virtual int32_t | retainWeak () noexcept=0 |
Increase weak reference count. More... | |
virtual int32_t | releaseWeak () noexcept=0 |
Decrease weak reference count. More... | |
virtual int32_t | getWeakRefCount () const noexcept=0 |
Get actual weak reference count. More... | |
FPR Liveness estimator interface.
|
pure virtualnoexcept |
Helps to check if person is real or not.
[in] | face | structure with detection and image, these fields should be valid, |
[out] | score | estimation score; |