![]() |
|
Augmentation wrapper for ecvl::Mirror2D. More...
#include <augmentations.h>
Public Member Functions | |
AugMirror (double p=0.5) | |
AugMirror constructor. More... | |
AugMirror (std::istream &is) | |
![]() | |
void | Apply (ecvl::Image &img, const ecvl::Image >=Image()) |
Generate the random value for each parameter and call the specialized augmentation functions. More... | |
virtual | ~Augmentation ()=default |
Additional Inherited Members | |
![]() | |
std::unordered_map< std::string, AugmentationParam > | params_ |
Augmentation wrapper for ecvl::Mirror2D.
Definition at line 562 of file augmentations.h.
|
inline |
AugMirror constructor.
[in] | p | Probability of each image to get mirrored. |
Definition at line 580 of file augmentations.h.
|
inline |
Definition at line 585 of file augmentations.h.