Face Engine SDK
5.21.0
A face detection, recognition and tracking engine.
|
Static descriptor storage interface. More...
#include <IIndex.h>
Public Member Functions | |
virtual Result< FSDKError > | descriptorByIndex (const DescriptorId index, IDescriptor *descriptor) const noexcept=0 |
Requests descriptor data out of internal storage. More... | |
virtual uint32_t | getDescriptorVersion () const noexcept=0 |
Return version of stored descriptors. More... | |
virtual uint64_t | size () const noexcept=0 |
Return size of internal storage. More... | |
Static descriptor storage interface.
You may think of it as read only access to some internal container.
|
pure virtualnoexcept |
Requests descriptor data out of internal storage.
[in] | index | Identification value of some descriptor. Might be received either by using |
[out] | descriptor | Ptr to created descriptor object with correctly set version and length. Only changes data of passed descriptor. |
|
pure virtualnoexcept |
Return version of stored descriptors.
|
pure virtualnoexcept |
Return size of internal storage.