6 #include <fsdk/Types/Image.h> 
    7 #include <fsdk/Types/Result.h> 
    8 #include <fsdk/Types/Span.h> 
   12 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
LightStatus status
estimation result ( 
Definition: INaturalLightEstimator.h:32
 
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro. 
Definition: Def.h:59
 
A structure that encapsulates an action result enumeration. 
Definition: Result.h:29
 
float score
Numerical value in range [0, 1]. 
Definition: INaturalLightEstimator.h:33
 
LightStatus
NaturalLight estimator output enum. This enum contains all possible estimation results. 
Definition: INaturalLightEstimator.h:20
 
Object system types and interfaces. 
 
virtual Result< FSDKError > estimate(const Image &warp, NaturalLightEstimation &estimation) const noexcept=0
Estimate natural light probability. 
 
Base strong reference counted object interface. 
Definition: IRefCounted.h:36
 
NaturalLight estimator interface. 
Definition: INaturalLightEstimator.h:40
 
virtual Result< FSDKError > validate(Span< const Image > warps, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single function call. 
 
Image. 
Definition: Image.h:38
 
NaturalLight estimator output structure. This structure contains the result of estimation and probabi...
Definition: INaturalLightEstimator.h:31
 
Span.  Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14