![]() |
Face Engine SDK
5.2.0
A face detection, recognition and tracking engine.
|
Head And Shoulders estimator interface. More...
#include <IHeadAndShouldersLivenessEstimator.h>
Public Member Functions | |
| virtual ResultValue< FSDKError, float > | estimateHeadLiveness (const Image &image, const Detection &detection) const noexcept=0 |
| Estimate the head liveness. More... | |
| virtual ResultValue< FSDKError, float > | estimateShouldersLiveness (const Image &image, const Detection &detection) const noexcept=0 |
| Estimate the shoulders liveness. More... | |
Public Member Functions inherited from fsdk::IRefCounted | |
| 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... | |
Head And Shoulders estimator interface.
|
pure virtualnoexcept |
Estimate the head liveness.
Search for rect around head.
| [in] | image | source image in R8G8B8 format. |
| [in] | detection | detection coords in image space. |
|
pure virtualnoexcept |
Estimate the shoulders liveness.
Compare the position of body with position of head.
| [in] | image | source image in R8G8B8 format. |
| [in] | detection | detection coords in image space. |