5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
34 double& score)
const noexcept = 0;
virtual Result< FSDKError > estimate(const fsdk::Image &small, const fsdk::Image frames[], int length, double &score) const noexcept=0
Check if correct optical flow can be calculated from input images.
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Common data types and structures.
Object system types and interfaces.
Liveness flow estimator interface.
Definition: ILivenessFlowEstimator.h:21
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Image.
Definition: Image.h:38