37 #ifndef _ARGUS_EXT_BAYER_SHARPNESS_MAP_H
38 #define _ARGUS_EXT_BAYER_SHARPNESS_MAP_H
60 DEFINE_UUID(
ExtensionName, EXT_BAYER_SHARPNESS_MAP, 7d5e0470,4ea6,11e6,bdf4,08,00,20,0c,9a,66);
70 DEFINE_UUID(
InterfaceID, IID_BAYER_SHARPNESS_MAP_SETTINGS, 7d5e0471,4ea6,11e6,bdf4,08,00,20,0c,9a,66);
74 static const InterfaceID&
id() {
return IID_BAYER_SHARPNESS_MAP_SETTINGS; }
142 DEFINE_UUID(
InterfaceID, IID_BAYER_SHARPNESS_MAP, 7d5e0472,4ea6,11e6,bdf4,08,00,20,0c,9a,66);
182 Status* status = NULL)
const = 0;
191 #endif // _ARGUS_EXT_BAYER_SHARPNESS_MAP_H
virtual void setBayerSharpnessMapEnable(bool enable)=0
Enables or disables Bayer sharpness map generation.
DEFINE_UUID(InterfaceID, IID_BAYER_SHARPNESS_MAP_SETTINGS, 7d5e0471, 4ea6, 11e6, bdf4, 08, 00, 20, 0c, 9a, 66)
virtual Location getBinStart() const =0
Returns the starting location of the first bin, in pixels.
Status
Status values returned by API function calls.
The top-level interface class.
Request settings used to configure Bayer sharpness map generation.
virtual Size getBinInterval() const =0
Returns the bin intervals for both the x and y axis.
virtual bool getBayerSharpnessMapEnable() const =0
Aggregates 2D co-ordinates of a location in a single structure.
The Bayer sharpness map exposes image sharpness metrics that can be used in order to help determine t...
static const InterfaceID & id()
virtual Size getBinCount() const =0
Returns the number of bins in both the horizontal (width) and vertical (height) directions.
DEFINE_UUID(ExtensionName, EXT_BAYER_SHARPNESS_MAP, 7d5e0470, 4ea6, 11e6, bdf4, 08, 00, 20, 0c, 9a, 66)
The Ext::BayerSharpnessMap extension adds internally-generated sharpness metrics to CaptureMetadata r...
~IBayerSharpnessMapSettings()
virtual float getBinData(BayerChannel channel, const Location &binLocation, Status *status=NULL) const =0
Returns the sharpness data for a single bin.
A unique identifier for an libargus Interface.
Aggregates width and height in a single structure.
static const InterfaceID & id()
virtual Size getBinSize() const =0
Returns the size of each bin, in pixels.