Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
|
Liveness flow estimator interface. More...
#include <ILivenessFlowEstimator.h>
Public Member Functions | |
virtual Result< FSDKError > | estimate (const Image &small, Span< const Image > frames, double &score) const noexcept=0 |
Check if correct optical flow can be calculated from input images. More... | |
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... | |
Liveness flow estimator interface.
|
pure virtualnoexcept |
Check if correct optical flow can be calculated from input images.
[in] | small | face crop. |
[in] | frames | span of big face crops. |
[out] | score | estimation result. |