Abstract class which represent a generic Augmentation function.
More...
#include <augmentations.h>
Abstract class which represent a generic Augmentation function.
Definition at line 209 of file augmentations.h.
◆ ~Augmentation()
virtual ecvl::Augmentation::~Augmentation |
( |
| ) |
|
|
virtualdefault |
◆ Apply()
Generate the random value for each parameter and call the specialized augmentation functions.
- Parameters
-
[in,out] | img | Image on which apply the augmentations. |
[in,out] | gt | Ground truth image on which apply the augmentations. |
Definition at line 218 of file augmentations.h.
◆ params_
The documentation for this class was generated from the following file: