![]() |
|
Augmentation wrapper for ecvl::Flip2D. More...
#include <augmentations.h>
Public Member Functions | |
AugFlip (double p=0.5) | |
AugFlip constructor. More... | |
AugFlip (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::Flip2D.
Definition at line 524 of file augmentations.h.
|
inline |
AugFlip constructor.
[in] | p | Probability of each image to get flipped. |
Definition at line 542 of file augmentations.h.
|
inline |
Definition at line 547 of file augmentations.h.