Dataset Augmentations.
More...
#include <support_eddl.h>
Dataset Augmentations.
This class represent the augmentations which will be applied to each split.
This is just a shallow container for the Augmentations
- Examples
- example_ecvl_eddl.cpp.
Definition at line 95 of file support_eddl.h.
◆ DatasetAugmentations() [1/2]
ecvl::DatasetAugmentations::DatasetAugmentations |
( |
const std::vector< std::shared_ptr< Augmentation >> & |
augs | ) |
|
|
inline |
◆ DatasetAugmentations() [2/2]
◆ Apply() [1/2]
bool ecvl::DatasetAugmentations::Apply |
( |
const int |
split, |
|
|
Image & |
img, |
|
|
const Image & |
gt = Image() |
|
) |
| |
|
inline |
◆ Apply() [2/2]
◆ IsEmpty()
bool ecvl::DatasetAugmentations::IsEmpty |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: