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::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 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 R8G8B8 format.
[in]detectiondetection coords in image space.
[out]outputestimation;
See Also
OverlapEstimation.
Returns
Error code;
See Also
FSDKError for details.

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