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