![]() |
Face Engine SDK
5.3.0
A face detection, recognition and tracking engine.
|
Glasses estimator interface. More...
#include <IGlassesEstimator.h>
Public Member Functions | |
virtual ResultValue< FSDKError, GlassesEstimation > | estimate (const Image &warp) const noexcept=0 |
![]() | |
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... | |
Glasses estimator interface.
|
pure virtualnoexcept |
brief checks whether person wearing any glasses or not.
[in] | warp | warped source image in R8G8B8 format; |