4 #include <fsdk/Types/Detection.h>
5 #include <fsdk/Types/Face.h>
6 #include <fsdk/Types/Image.h>
7 #include <fsdk/Types/Landmarks.h>
8 #include <fsdk/Types/Ref.h>
9 #include <fsdk/Types/Span.h>
15 #ifndef DOXYGEN_SHOULD_SKIP_THIS
27 virtual size_t getSize()
const noexcept = 0;
34 virtual size_t getSize(
size_t imageIndex)
const noexcept = 0;
47 virtual Face getFace(
const Image& img,
size_t imageIndex,
size_t detectionIndex)
const noexcept = 0;
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 Landmarks5 > getLandmarks5(size_t index=0) const noexcept=0
Returns Landmarks5 Span.
virtual Span< const Landmarks68 > getLandmarks68(size_t index=0) const noexcept=0
Returns Landmarks68 Span.
Base strong reference counted object interface.
Definition: IRefCounted.h:37
virtual Face getFace(const Image &img, size_t imageIndex, size_t detectionIndex) const noexcept=0
Returns detected face.
Image.
Definition: Image.h:38
virtual Span< const Detection > getDetections(size_t index=0) const noexcept=0
Returns detection Span.
Face detection result batch interface.
Definition: IFaceDetectionBatch.h:22
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.