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

Personal Protection Equipment estimator interface. More...

#include <IPPEEstimator.h>

Inheritance diagram for fsdk::IPPEEstimator:
fsdk::IRefCounted

Public Member Functions

virtual ResultValue< FSDKError,
PPEEstimation
estimate (const Image &image, const Detection &detection) const noexcept=0
 estimate PPE. 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

Personal Protection Equipment estimator interface.

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

Member Function Documentation

virtual ResultValue<FSDKError, PPEEstimation> fsdk::IPPEEstimator::estimate ( const Image image,
const Detection detection 
) const
pure virtualnoexcept

estimate PPE.

Parameters
[in]imagesource image in R8G8B8 format.
[in]detectionhuman detection bounding box in image space.
Returns
ResultValue with error code and output estimation structure.

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