5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
59 FSDK_DEPRECATED(
"This method is deprecated since v.5.6.0, use estimation by warped image instead!")
62 bool& outIsGrayscale)
const noexcept = 0;
#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
Common data types and structures.
float colorScore
0(grayscale)..1(color);
Definition: IBlackWhiteEstimator.h:34
virtual Result< FSDKError > estimate(const Image &image, bool &outIsGrayscale) const noexcept=0
Check if image is grayscale or color.
Object system types and interfaces.
virtual Result< FSDKError > validate(Span< const Image > warps, Span< Result< FSDKError >> errors) const noexcept=0
Validates input of multiple frames in a single function call.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
ImageColorType
Enumeration of possible image color types.
Definition: IBlackWhiteEstimator.h:40
Image.
Definition: Image.h:39
Definition: IBlackWhiteEstimator.h:49
Image color type estimator interface.
Definition: IBlackWhiteEstimator.h:32
float infraredScore
0(infrared)..1(not infrared);
Definition: IBlackWhiteEstimator.h:35
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14