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

Human detection area warper interface. More...

#include <IHumanWarper.h>

Inheritance diagram for fsdk::IHumanWarper:
fsdk::IRefCounted

Public Member Functions

virtual Result< FSDKErrorwarp (const fsdk::Human &human, fsdk::Image &transformedImage) const noexcept=0
 Warp human detection. 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

Human detection area warper interface.

Performs cropping and resizing of an image for human descriptor extraction.

Member Function Documentation

virtual Result<FSDKError> fsdk::IHumanWarper::warp ( const fsdk::Human human,
fsdk::Image transformedImage 
) const
pure virtualnoexcept

Warp human detection.

Parameters
[in]humanhuman detection.
[out]transformedImagewarped image output.
Returns
error code.

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