Augmentation wrapper for ecvl::AdditiveLaplaceNoise.  
 More...
#include <augmentations.h>
◆ AugAdditiveLaplaceNoise() [1/2]
  
  
      
        
          | ecvl::AugAdditiveLaplaceNoise::AugAdditiveLaplaceNoise  | 
          ( | 
          const std::array< double, 2 > &  | 
          std_dev | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
AugAdditiveLaplaceNoise constructor. 
- Parameters
 - 
  
    | [in] | std_dev | Parameter which determines the range of values [min,max] to randomly select the standard deviation of the noise generating distribution. Suggested values are around 255 * 0.05 for uint8 Images.  | 
  
   
Definition at line 680 of file augmentations.h.
 
 
◆ AugAdditiveLaplaceNoise() [2/2]
  
  
      
        
          | ecvl::AugAdditiveLaplaceNoise::AugAdditiveLaplaceNoise  | 
          ( | 
          std::istream &  | 
          is | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Clone()
  
  
      
        
          | std::shared_ptr<Augmentation> ecvl::AugAdditiveLaplaceNoise::Clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
The documentation for this class was generated from the following file: