![]() |
Face Engine SDK
4.9.0
A face detection, recognition and tracking engine.
|
Child estimator interface. More...
#include <IChildEstimator.h>
Public Member Functions | |
virtual Result< FSDKError > | estimate (const fsdk::Image &childWarp, ChildEstimation &childEstimation) const noexcept=0 |
Check whether or not warp corresponds to the adult person. More... | |
virtual Result< FSDKError > | estimate (const fsdk::Image childWarps[], const uint32_t batchSize, ChildEstimation childEstimations[]) const noexcept=0 |
Check whether or not array of warps corresponds to the adult person. More... | |
![]() | |
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... | |
Child estimator interface.
|
pure virtualnoexcept |
Check whether or not warp corresponds to the adult person.
[in] | irWarp | warp face. |
[out] | childEstimation |
|
pure virtualnoexcept |
Check whether or not array of warps corresponds to the adult person.
[in] | childWarps | array of face warps. |
[in] | batchSize | length of irWarps array |
[out] | childEstimations | array of estimations |