 |
Face Engine SDK
5.23.1
A face detection, recognition and tracking engine.
|
4 #include <fsdk/IRefCounted.h>
5 #include <fsdk/Types/Image.h>
6 #include <fsdk/Types/Ref.h>
7 #include <fsdk/Types/Span.h>
11 #ifndef DOXYGEN_SHOULD_SKIP_THIS
28 virtual size_t getSize() const noexcept = 0;
Span. @detail Not owning data view. It incapsulated pointer to the continuous array with one or more ...
Definition: Span.h:14
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
virtual size_t getSize() const noexcept=0
Returns size.
SDK namespace.
Definition: IAGSEstimator.h:8
virtual Span< const Image > getImages() const noexcept=0
Return Images Span.
Result of ImageTransfer module.
Definition: IImagesBatch.h:22
Image.
Definition: Image.h:38
virtual Image getImage(size_t index=0) const noexcept=0
Returns Image.
Base strong reference counted object interface.
Definition: IRefCounted.h:37