Public Member Functions | List of all members
ecvl::AugTranspose Class Reference

Augmentation wrapper for ecvl::Transpose. More...

#include <augmentations.h>

Inheritance diagram for ecvl::AugTranspose:
ecvl::Augmentation

Public Member Functions

 AugTranspose (double p=0.5)
 AugTranspose constructor. More...
 
 AugTranspose (std::istream &is)
 
- Public Member Functions inherited from ecvl::Augmentation
void Apply (ecvl::Image &img, const ecvl::Image &gt=Image())
 Generate the random value for each parameter and call the specialized augmentation functions. More...
 
virtual ~Augmentation ()=default
 

Additional Inherited Members

- Public Attributes inherited from ecvl::Augmentation
std::unordered_map< std::string, AugmentationParamparams_
 

Detailed Description

Augmentation wrapper for ecvl::Transpose.

Definition at line 767 of file augmentations.h.

Constructor & Destructor Documentation

◆ AugTranspose() [1/2]

ecvl::AugTranspose::AugTranspose ( double  p = 0.5)
inline

AugTranspose constructor.

Parameters
[in]pProbability of each image to get transposed.

Definition at line 785 of file augmentations.h.

◆ AugTranspose() [2/2]

ecvl::AugTranspose::AugTranspose ( std::istream &  is)
inline

Definition at line 790 of file augmentations.h.


The documentation for this class was generated from the following file: