![]() |
|
Augmentation DivBy255. More...
#include <augmentations.h>
Public Member Functions | |
AugDivBy255 () | |
AugDivBy255 constructor. More... | |
AugDivBy255 (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 DivBy255.
This augmentation divides an Image (and ground truth if provided) by 255.
Definition at line 1380 of file augmentations.h.
|
inline |
AugDivBy255 constructor.
Definition at line 1392 of file augmentations.h.
|
inline |
Definition at line 1393 of file augmentations.h.