 |
Face Engine SDK
5.9.1
A face detection, recognition and tracking engine.
|
3 #include <fsdk/IRefCounted.h>
4 #include <fsdk/Types/Detection.h>
5 #include <fsdk/Types/Ref.h>
6 #include <fsdk/Types/Span.h>
12 #ifndef DOXYGEN_SHOULD_SKIP_THIS
36 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:15
virtual Span< const HumanFaceAssociation > getAssociations(size_t index=0) const noexcept=0
Returns human and face associations Span. Each element of this Span is a pair of indexes from corresp...
virtual size_t getSize() const noexcept=0
Returns size.
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
SDK namespace.
Definition: IAGSEstimator.h:8
virtual Span< const Detection > getFaceDetections(size_t index=0) const noexcept=0
Returns face detections Span.
Detection structure. @detail Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
HumanFace result batch interface.
Definition: IHumanFaceBatch.h:31
virtual Span< const Detection > getHumanDetections(size_t index=0) const noexcept=0
Returns human detections Span.
Type for human and face association.
Definition: IHumanFaceBatch.h:22
Base strong reference counted object interface.
Definition: IRefCounted.h:36