 |
Face Engine SDK
4.7.0
A face detection, recognition and tracking engine.
|
7 #ifndef DOXYGEN_SHOULD_SKIP_THIS
26 MedicalMaskDetection = 19,
40 virtual bool checkFeatureId(uint32_t featureId)
const noexcept = 0;
47 virtual bool isActivated()
const noexcept = 0;
54 virtual bool loadFromFile(
const char* path) noexcept = 0;
61 virtual bool saveToFile(
const char * path)
const noexcept = 0;
70 virtual bool getExpirationDate(uint32_t feature, uint32_t &timeStamp)
const noexcept = 0;
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Object system types and interfaces.
License objects interface.
Definition: ILicense.h:33
SDK namespace.
Definition: IAGSEstimator.h:8
LicenseFeature
License features.
Definition: ILicense.h:14
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Face detection. @detail Stores a detected face bounding box within a source image frame as well as de...
Definition: Detection.h:10