Face Engine SDK
4.6.0
A face detection, recognition and tracking engine.
|
Human detection area warper interface. More...
#include <IHumanWarper.h>
Public Member Functions | |
virtual Result< FSDKError > | warp (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... | |
Human detection area warper interface.
Performs cropping and resizing of an image for human descriptor extraction.
|
pure virtualnoexcept |
Warp human detection.
[in] | human | human detection. |
[out] | transformedImage | warped image output. |