5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
27 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.
virtual Result< FSDKError > estimate(const Image &image, bool &outIsGrayscale) const noexcept=0
Check if image is grayscale or color.
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Image.
Definition: Image.h:37
Grayscale image estimator interface.
Definition: IBlackWhiteEstimator.h:19