6 #include <fsdk/Types/Image.h> 7 #include <fsdk/Types/Result.h> 8 #include <fsdk/Types/Span.h> 12 #ifndef DOXYGEN_SHOULD_SKIP_THIS the neck is not visible in the image or occluded by other objects
Type result
estimation result (
Definition: INeckOcclusionEstimator.h:43
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:70
SDK namespace.
Definition: IAGSEstimator.h:8
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
virtual Result< FSDKError > validate(Span< const Image > images, Span< const Detection > detections, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single call.
NeckOcclusionEstimator estimator interface. The estimator determines if the person's neck is covered ...
Definition: INeckOcclusionEstimator.h:50
NeckOcclusionEstimator output structure. This structure contains.
Definition: INeckOcclusionEstimator.h:28
float coveredScore
the score that the neck is covered with clothes
Definition: INeckOcclusionEstimator.h:39
Object system types and interfaces.
Type
NeckOcclusionEstimator output enum. This enum contains all possible estimation results.
Definition: INeckOcclusionEstimator.h:33
the neck is covered with clothes
Base strong reference counted object interface.
Definition: IRefCounted.h:37
virtual Result< FSDKError > estimate(const Image &image, const Detection &detection, NeckOcclusionEstimation &estimation) const noexcept=0
Estimate if the person's neck is covered with clothes or not.
float openScore
the score that the neck is open/not covered with clothes
Definition: INeckOcclusionEstimator.h:40
Image.
Definition: Image.h:38
the neck is open/not covered with clothes
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14
float unknownScore
the score that the neck is not visible in the image or occluded by other objects
Definition: INeckOcclusionEstimator.h:41