Augmentation wrapper for ecvl::Salt.  
 More...
#include <augmentations.h>
Augmentation wrapper for ecvl::Salt. 
Definition at line 1157 of file augmentations.h.
 
◆ AugSalt() [1/2]
  
  
      
        
          | ecvl::AugSalt::AugSalt  | 
          ( | 
          const std::array< double, 2 > &  | 
          p,  | 
         
        
           | 
           | 
          const double &  | 
          per_channel  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
AugSalt constructor. 
- Parameters
 - 
  
    | [in] | p | Parameter which determines the range of values [min,max] to randomly select the probability of any pixel being set to white.  | 
    | [in] | per_channel | Probability of each image to use the same value for all channels of a pixel or not.  | 
  
   
Definition at line 1176 of file augmentations.h.
 
 
◆ AugSalt() [2/2]
  
  
      
        
          | ecvl::AugSalt::AugSalt  | 
          ( | 
          std::istream &  | 
          is | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Clone()
  
  
      
        
          | std::shared_ptr<Augmentation> ecvl::AugSalt::Clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
The documentation for this class was generated from the following file: