 |
Face Engine SDK
5.23.1
A face detection, recognition and tracking engine.
|
3 #include <fsdk/IRefCounted.h>
4 #include <fsdk/Types/Ref.h>
5 #include <fsdk/Types/Span.h>
6 #include <fsdk/Types/Vector2.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
23 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
virtual size_t getSize() const noexcept=0
Returns size.
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
virtual Span< const Point2i > getPoints() const noexcept=0
Returns Points Span.
SDK namespace.
Definition: IAGSEstimator.h:8
Points result batch interface.
Definition: IPointBatch.h:17
Base strong reference counted object interface.
Definition: IRefCounted.h:37