Augmentation wrapper for brightness adjustment.  
 More...
#include <augmentations.h>
Augmentation wrapper for brightness adjustment. 
Definition at line 856 of file augmentations.h.
 
◆ AugBrightness() [1/2]
  
  
      
        
          | ecvl::AugBrightness::AugBrightness  | 
          ( | 
          const std::array< double, 2 > &  | 
          beta | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
AugBrightness constructor. 
- Parameters
 - 
  
    | [in] | beta | Parameter which determines the range of values [min,max] to randomly select the value for the brightness adjustment. Suggested values are around 0 to 100.  | 
  
   
Definition at line 871 of file augmentations.h.
 
 
◆ AugBrightness() [2/2]
  
  
      
        
          | ecvl::AugBrightness::AugBrightness  | 
          ( | 
          std::istream &  | 
          is | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Clone()
  
  
      
        
          | std::shared_ptr<Augmentation> ecvl::AugBrightness::Clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
The documentation for this class was generated from the following file: