6 #include <fsdk/Types/Image.h> 
    7 #include <fsdk/Types/Result.h> 
    8 #include <fsdk/Types/Span.h> 
   12 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
   56         FSDK_DEPRECATED(
"This method is deprecated since v.5.13.0, use estimation by warped image instead!")
 
   74         FSDK_DEPRECATED(
"This method is deprecated since v.5.13.0, use estimation by warped images instead!")
 
  119         FSDK_DEPRECATED(
"This method is deprecated since v.5.13.0, use validation by warped images instead!")
 
FishEye
FishEye estimator output enum. This enum contains all possible estimation results. 
Definition: IFishEyeEstimator.h:25
 
#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
 
FishEye estimator interface. 
Definition: IFishEyeEstimator.h:45
 
virtual Result< FSDKError > validate(Span< const Image > images, Span< const Detection > detections, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single function call. 
 
Object system types and interfaces. 
 
virtual Result< FSDKError > estimate(const Image &image, const Detection &detection, FishEyeEstimation &estimation) const noexcept=0
Estimate fisheye effect probability. 
 
Base strong reference counted object interface. 
Definition: IRefCounted.h:37
 
float score
fish eye effect score 
Definition: IFishEyeEstimator.h:38
 
Image. 
Definition: Image.h:38
 
Detection structure.  Stores a detected bounding box within a source image rect. 
Definition: Detection.h:10
 
Span.  Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14
 
FishEye result
estimation result ( 
Definition: IFishEyeEstimator.h:37
 
FishEye estimator output structure. This structure contains the result of estimation (...
Definition: IFishEyeEstimator.h:36