![]() |
Face Engine SDK
5.2.0
A face detection, recognition and tracking engine.
|
Emotions estimator interface. More...
#include <IEmotionsEstimator.h>
Public Member Functions | |
| virtual Result< FSDKError > | estimate (const Image &warp, EmotionsEstimation &estimation) const noexcept=0 |
| Estimate the attributes. 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... | |
Emotions estimator interface.
|
pure virtualnoexcept |
Estimate the attributes.
| [in] | warp | source image. If format is not R8 it would be converted to R8. Must be warped! |
| [out] | estimation | estimation of emotions. |