Augmentation wrapper for ecvl::Normalize.  
 More...
#include <augmentations.h>
◆ AugNormalize() [1/3]
  
  
      
        
          | ecvl::AugNormalize::AugNormalize  | 
          ( | 
          const double &  | 
          mean,  | 
         
        
           | 
           | 
          const double &  | 
          std  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
AugNormalize constructor. 
- Parameters
 - 
  
    | [in] | mean | Mean to substract from all pixel.  | 
    | [in] | std | Standard deviation to use for normalization.  | 
  
   
Definition at line 1323 of file augmentations.h.
 
 
◆ AugNormalize() [2/3]
  
  
      
        
          | ecvl::AugNormalize::AugNormalize  | 
          ( | 
          const std::vector< double > &  | 
          mean,  | 
         
        
           | 
           | 
          const std::vector< double > &  | 
          std  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
AugNormalize constructor with separate statistics for each channel. 
- Parameters
 - 
  
    | [in] | mean | Per channel mean to substract from all pixel.  | 
    | [in] | std | Per channel standard deviation to use for normalization.  | 
  
   
Definition at line 1330 of file augmentations.h.
 
 
◆ AugNormalize() [3/3]
  
  
      
        
          | ecvl::AugNormalize::AugNormalize  | 
          ( | 
          std::istream &  | 
          is | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Clone()
  
  
      
        
          | std::shared_ptr<Augmentation> ecvl::AugNormalize::Clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
The documentation for this class was generated from the following file: