![]() |
Face Engine SDK
5.2.0
A face detection, recognition and tracking engine.
|
human body detector interface. More...
#include <IHumanDetector.h>
Public Member Functions | |
virtual ResultValue< FSDKError, Ref< IHumanDetectionBatch > > | detect (Span< const Image > images, Span< const Rect > rects, uint32_t detectionPerImageNum, HumanDetectionType type=HDT_BOX) const noexcept=0 |
virtual ResultValue< FSDKError, Human > | redetectOne (const Image &image, const Detection &detection, HumanDetectionType type=HDT_BOX) const noexcept=0 |
virtual Result< FSDKError > | validate (Span< const Image > images, Span< const Rect > rects, uint32_t detectionPerImageNum, Span< Result< FSDKError >> outErrors) const noexcept=0 |
Validate input of multiple frames in a single function call. More... | |
![]() | |
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 body detector interface.
|
pure virtualnoexcept |
Validate input of multiple frames in a single function call.
[in] | images | span of input images. |
[in] | rects | span of rect coords of corresponding source images. |
detectionPerImageNum | max number of detections per input image. | |
[out] | errors | output span of errors for each image. |