|
Jetson Linux API Reference
|
32.7.5 Release
|
Go to the documentation of this file.
36 #ifndef _ARGUS_EXT_BAYER_SHARPNESS_MAP_H
37 #define _ARGUS_EXT_BAYER_SHARPNESS_MAP_H
52 DEFINE_UUID(ExtensionName, EXT_BAYER_SHARPNESS_MAP, 7d5e0470,4ea6,11e6,bdf4,08,00,20,0c,9a,66);
64 DEFINE_UUID(InterfaceID, IID_BAYER_SHARPNESS_MAP_SETTINGS, 7d5e0471,4ea6,11e6,bdf4,08,00,20,0c,9a,66);
68 static const InterfaceID&
id() {
return IID_BAYER_SHARPNESS_MAP_SETTINGS; }
140 DEFINE_UUID(
InterfaceID, IID_BAYER_SHARPNESS_MAP, 7d5e0472,4ea6,11e6,bdf4,08,00,20,0c,9a,66);
187 #endif // _ARGUS_EXT_BAYER_SHARPNESS_MAP_H
A template class to hold a 2-dimensional array of data.
DEFINE_UUID(ExtensionName, EXT_BAYER_AVERAGE_MAP, 12c3de20, 64c5, 11e6, bdf4, 08, 00, 20, 0c, 9a, 66)
virtual Point2D< uint32_t > getBinStart() const =0
Returns the starting location of the first bin, in pixels, where the location is relative to the top-...
static const InterfaceID & id()
virtual Size2D< uint32_t > getBinInterval() const =0
Returns the bin intervals for both the x and y axis.
The top-level interface class.
A unique identifier for a libargus Interface.
static const InterfaceID & id()
BayerTuple template class.
DEFINE_UUID(InterfaceID, IID_BAYER_AVERAGE_MAP_SETTINGS, 12c3de21, 64c5, 11e6, bdf4, 08, 00, 20, 0c, 9a, 66)
virtual bool getBayerSharpnessMapEnable() const =0
Returns True if sharpness map generation is enabled.
~IBayerSharpnessMapSettings()
virtual Size2D< uint32_t > getBinCount() const =0
Returns the number of bins in both the horizontal (width) and vertical (height) directions.
virtual Status getSharpnessValues(Array2D< BayerTuple< float > > *values) const =0
Returns the sharpness values for all bins and color channels.
virtual void setBayerSharpnessMapEnable(bool enable)=0
Enables or disables Bayer sharpness map generation.
Status
Status values returned by API function calls.
virtual Size2D< uint32_t > getBinSize() const =0
Returns the size of each bin, in pixels.