4 #include <fsdk/Types/Detection.h> 5 #include <fsdk/Types/Image.h> 6 #include <fsdk/Types/Ref.h> 7 #include <fsdk/Types/Span.h> 13 #ifndef DOXYGEN_SHOULD_SKIP_THIS 26 virtual size_t getSize()
const noexcept = 0;
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
SDK namespace.
Definition: IAGSEstimator.h:8
virtual Span< const Detection > getDetections(size_t index=0) const noexcept=0
Returns Detections Span.
Detection result batch interface.
Definition: IDetectionBatch.h:20
Base strong reference counted object interface.
Definition: IRefCounted.h:37
virtual size_t getSize() const noexcept=0
Returns size.
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.