5 #include <fsdk/Optional.h> 
   10 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
   41             double& score) 
const noexcept = 0;
 
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro. 
Definition: Def.h:56
 
A structure that encapsulates an action result enumeration. 
Definition: Result.h:27
 
Common data types and structures. 
 
Object system types and interfaces. 
 
Liveness flow estimator interface. 
Definition: ILivenessFlowEstimator.h:26
 
Base strong reference counted object interface. 
Definition: IRefCounted.h:37
 
virtual Result< FSDKError > estimate(const Image &small, Span< const Image > frames, double &score) const noexcept=0
Check if correct optical flow can be calculated from input images. 
 
Image. 
Definition: Image.h:38
 
Span.  Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14