Face Engine SDK
4.6.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 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.
index | Identification value of some descriptor. Might be received either by using |
descriptor | Ptr to created descriptor object with correctly set version and length. Only changes data of passed descriptor. |
|
pure virtualnoexcept |
Return size of internal storage.