Face Engine SDK  5.3.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::IMouthEstimator Struct Referenceabstract

Mouth estimator interface. More...

#include <IMouthEstimator.h>

Inheritance diagram for fsdk::IMouthEstimator:
fsdk::IRefCounted

Public Member Functions

virtual Result< FSDKErrorestimate (const Image &warp, MouthEstimation &estimation) const noexcept=0
 Estimate MouthEstimation probabilities. 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...
 

Detailed Description

Mouth estimator interface.

Note
Estimator predicts person's mouth state.

Member Function Documentation

virtual Result<FSDKError> fsdk::IMouthEstimator::estimate ( const Image warp,
MouthEstimation estimation 
) const
pure virtualnoexcept

Estimate MouthEstimation probabilities.

Parameters
[in]warpface warped image.
[out]estimationestimation results.
Returns
Error code;
See Also
FSDKError for details.

The documentation for this struct was generated from the following file: