![]() |
Face Engine SDK
5.3.0
A face detection, recognition and tracking engine.
|
Human detection result batch interface. More...
#include <IHumanDetectionBatch.h>
Public Member Functions | |
virtual size_t | getSize () const noexcept=0 |
Returns size. | |
virtual size_t | getSize (size_t imageIndex) const noexcept=0 |
Returns size of the results for the target index. | |
virtual Human | getHuman (const fsdk::Image &image, size_t imageIndex, size_t detectionIndex) const noexcept=0 |
Returns detected Human. More... | |
virtual Span< const Detection > | getDetections (size_t index=0) const noexcept=0 |
Returns detection Span. More... | |
virtual Span< const HumanLandmarks17 > | getLandmarks17 (size_t index=0) const noexcept=0 |
Returns HumanLandmarks17 Span. 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 detection result batch interface.
|
pure virtualnoexcept |
Returns detection Span.
|
pure virtualnoexcept |
|
pure virtualnoexcept |
Returns HumanLandmarks17 Span.