6 #include <fsdk/IDetectionBatch.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
virtual ResultValue< FSDKError, IDetectionBatchPtr > detect(Span< const Image > images, Span< const Rect > rects) noexcept=0
Detects heads on multiple images.
virtual Result< FSDKError > validate(Span< const Image > images, Span< const Rect > rects, Span< Result< FSDKError >> outErrors) const noexcept=0
Validates input of multiple frames in a single function call.
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Addon for Result to output some value aside the result. Specialization for copiable types...
Definition: ResultValue.h:25
Definition: IHeadDetector.h:14
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14