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;
 
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro. 
Definition: Def.h:56
 
virtual Span< const Detection > getFaceDetections(size_t index=0) const noexcept=0
Returns face detections Span. 
 
virtual size_t getSize() const noexcept=0
Returns size. 
 
Base strong reference counted object interface. 
Definition: IRefCounted.h:37
 
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
 
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...
 
Span.  Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14
 
Reference counted object interface.