5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
bool overlapped
Overlapped face (true) or not (false).
Definition: IOverlapEstimator.h:20
Common data types and structures.
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Overlap estimator interface.
Definition: IOverlapEstimator.h:27
float overlapValue
Numerical value of face overlapping in range [0, 1].
Definition: IOverlapEstimator.h:19
Face overlap estimation output.
Definition: IOverlapEstimator.h:18
Image.
Definition: Image.h:38
virtual Result< FSDKError > estimate(const fsdk::Image &image, const fsdk::Detection &detection, OverlapEstimation &result) const noexcept=0
Estimate the face overlap.
Face detection. Stores a detected face bounding box within a source image frame as well as detection...
Definition: Detection.h:10