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:37
#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:38
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:45
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.
LightStatus
NaturalLight estimator output enum. This enum contains all possible estimation results.
Definition: INaturalLightEstimator.h:25
Image.
Definition: Image.h:39
NaturalLight estimator output structure. This structure contains the result of estimation and probabi...
Definition: INaturalLightEstimator.h:36
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14