![]()  | 
  
    Face Engine SDK
    5.17.0
    
   A face detection, recognition and tracking engine. 
   | 
 
Overlap estimator interface. More...
#include <IOverlapEstimator.h>
  
 Public Member Functions | |
| virtual Result< FSDKError > | estimate (const Image &image, const Detection &detection, OverlapEstimation &result) const noexcept=0 | 
| Estimate the face overlap.  More... | |
  Public Member Functions inherited from fsdk::IRefCounted | |
| virtual int32_t | retain () noexcept=0 | 
| Increase strong reference count.  More... | |
| virtual int32_t | retainLocked () noexcept=0 | 
| Increase strong reference count thread safely.  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... | |
Overlap estimator interface.
      
  | 
  pure virtualnoexcept | 
Estimate the face overlap.
| [in] | image | source image. | 
| [in] | detection | detection coordinates in image space. | 
| [out] | result | output estimation. |