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

Landmarks result batch interface. More...

#include <IHumanLandmarksBatch.h>

Inheritance diagram for fsdk::IHumanLandmarksBatch:
fsdk::IRefCounted

Public Member Functions

virtual size_t getSizeOfLandmarks17 () const noexcept=0
 Returns size. More...
 
virtual Span< const
HumanLandmarks17
getLandmarks17 (size_t index=0) const noexcept=0
 Returns HumanLandmarks Span. More...
 
- Public Member Functions inherited from fsdk::IRefCounted
virtual int32_t retain () noexcept=0
 Increase strong reference count. More...
 
virtual int32_t retainLocked () noexcept=0
 Increase strong reference count thread safely. 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

Landmarks result batch interface.

Member Function Documentation

virtual Span<const HumanLandmarks17> fsdk::IHumanLandmarksBatch::getLandmarks17 ( size_t  index = 0) const
pure virtualnoexcept

Returns HumanLandmarks Span.

Parameters
[in]indexindex of the landmarks object.
Returns
Span of HumanLandmarks.
See Also
Span and HumanLandmarks for details.
virtual size_t fsdk::IHumanLandmarksBatch::getSizeOfLandmarks17 ( ) const
pure virtualnoexcept

Returns size.

Returns
size of the human landmarks list.

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