| 
      
        
       | 
    
    
        
            Jetson Linux API Reference
         | 
        
            
                36.3 Release
            
         | 
    
  
 
 
Go to the documentation of this file.
   36 #ifndef _ARGUS_EXT_BAYER_AVERAGE_MAP_H 
   37 #define _ARGUS_EXT_BAYER_AVERAGE_MAP_H 
   61 DEFINE_UUID(ExtensionName, EXT_BAYER_AVERAGE_MAP, 12c3de20,64c5,11e6,bdf4,08,00,20,0c,9a,66);
 
   73 DEFINE_UUID(
InterfaceID, IID_BAYER_AVERAGE_MAP_SETTINGS, 12c3de21,64c5,11e6,bdf4,08,00,20,0c,9a,66);
 
   77     static const InterfaceID& 
id() { 
return IID_BAYER_AVERAGE_MAP_SETTINGS; }
 
  152 DEFINE_UUID(
InterfaceID, IID_BAYER_AVERAGE_MAP, 12c3de22,64c5,11e6,bdf4,08,00,20,0c,9a,66);
 
  236 #endif // _ARGUS_EXT_BAYER_AVERAGE_MAP_H 
  
 
virtual bool getBayerAverageMapEnable() const =0
 
A template class to hold a 2-dimensional array of data.
 
virtual Range< float > getWorkingRange() const =0
Returns the working range of the averaging calculation.
 
DEFINE_UUID(ExtensionName, EXT_BAYER_AVERAGE_MAP, 12c3de20, 64c5, 11e6, bdf4, 08, 00, 20, 0c, 9a, 66)
 
The top-level interface class.
 
A unique identifier for a libargus Interface.
 
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.
 
BayerTuple template class.
 
virtual Size2D< uint32_t > getBinSize() const =0
Returns the size of each bin, in pixels.
 
DEFINE_UUID(InterfaceID, IID_BAYER_AVERAGE_MAP_SETTINGS, 12c3de21, 64c5, 11e6, bdf4, 08, 00, 20, 0c, 9a, 66)
 
virtual Size2D< uint32_t > getBinCount() const =0
Returns the number of bins in both the horizontal (width) and vertical (height) directions.
 
static const InterfaceID & id()
 
virtual Status getAverages(Array2D< BayerTuple< float > > *averages) const =0
Returns the average values for all bins.
 
virtual Status getClipCounts(Array2D< BayerTuple< uint32_t > > *clipCounts) const =0
Returns the clipped pixel counts for all bins.
 
~IBayerAverageMapSettings()
 
Status
Status values returned by API function calls.
 
virtual void setBayerAverageMapEnable(bool enable)=0
Enables or disables Bayer average map generation.