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

Augmentation wrapper for ecvl::AugScaleTo. More...

#include <augmentations.h>

Inheritance diagram for ecvl::AugScaleTo:
ecvl::Augmentation

Public Member Functions

 AugScaleTo (const double &new_min, const double &new_max)
 AugScaleTo constructor. More...
 
 AugScaleTo (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::AugScaleTo.

Definition at line 1400 of file augmentations.h.

Constructor & Destructor Documentation

◆ AugScaleTo() [1/2]

ecvl::AugScaleTo::AugScaleTo ( const double &  new_min,
const double &  new_max 
)
inline

AugScaleTo constructor.

Parameters
[in]new_mindouble which indicates the new minimum value.
[in]new_maxdouble which indicates the new maximum value.

Definition at line 1414 of file augmentations.h.

◆ AugScaleTo() [2/2]

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

Definition at line 1415 of file augmentations.h.


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