![]() |
Face Engine SDK
5.15.1
A face detection, recognition and tracking engine.
|
FPR Liveness estimator interface. More...
#include <ILivenessFPREstimator.h>
Public Member Functions | |
| virtual Result< FSDKError > | estimate (const Image &image, const Detection &detection, const Landmarks5 &landmarks5, bool useJpegCompression, LivenessFPREstimation &estimation) const noexcept=0 |
| Helps to check if person is real or not. More... | |
| virtual Image | getCompressedWarp () const =0 |
| virtual void | setCompressedWarp (const Image &warp) const =0 |
| virtual void | clearCompessedWarp () const =0 |
Public Member Functions inherited from fsdk::IRefCounted | |
| virtual int32_t | retain () noexcept=0 |
| Increase strong reference count. More... | |
| virtual int32_t | retainLocked () noexcept=0 |
| Increase strong reference count thread safely. 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] | image | source image. |
| [in] | detection | detection coordinates in image space. |
| [in] | landmarks5 | Landmarks5 structure. |
| [in] | useJpegCompression | true if using jpeg compression. |
| [out] | estimation | estimation score. |