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

Overlap estimator interface. More...

#include <IOverlapEstimator.h>

Inheritance diagram for fsdk::IOverlapEstimator:
fsdk::IRefCounted

Public Member Functions

virtual Result< FSDKErrorestimate (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...
 

Detailed Description

Overlap estimator interface.

Note
This estimator is designed to work with Image and detection;

Member Function Documentation

virtual Result<FSDKError> fsdk::IOverlapEstimator::estimate ( const Image image,
const Detection detection,
OverlapEstimation result 
) const
pure virtualnoexcept

Estimate the face overlap.

Parameters
[in]imagesource image.
[in]detectiondetection coordinates in image space.
[out]resultoutput estimation.
Returns
Result with error code.
See Also
OverlapEstimation, Detection, Image, Result and FSDKError for details.
Note
image format must be R8G8B8,
See Also
Format.

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