SequentialAugmentationContainer.
More...
#include <augmentations.h>
SequentialAugmentationContainer.
This class represents a container for multiple augmentations which will be sequentially applied to the Dataset images.
Definition at line 252 of file augmentations.h.
◆ SequentialAugmentationContainer() [1/3]
template<typename ... Ts>
ecvl::SequentialAugmentationContainer::SequentialAugmentationContainer |
( |
Ts &&... |
t | ) |
|
|
inline |
◆ SequentialAugmentationContainer() [2/3]
ecvl::SequentialAugmentationContainer::SequentialAugmentationContainer |
( |
std::vector< std::shared_ptr< Augmentation >> |
augs | ) |
|
|
inline |
◆ SequentialAugmentationContainer() [3/3]
ecvl::SequentialAugmentationContainer::SequentialAugmentationContainer |
( |
std::istream & |
is | ) |
|
|
inline |
The documentation for this class was generated from the following file: