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