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 251 of file augmentations.h.
◆ SequentialAugmentationContainer() [1/4]
template<typename ... Ts>
ecvl::SequentialAugmentationContainer::SequentialAugmentationContainer |
( |
Ts &&... |
t | ) |
|
|
inline |
◆ SequentialAugmentationContainer() [2/4]
ecvl::SequentialAugmentationContainer::SequentialAugmentationContainer |
( |
std::vector< std::shared_ptr< Augmentation >> |
augs | ) |
|
|
inline |
◆ SequentialAugmentationContainer() [3/4]
◆ SequentialAugmentationContainer() [4/4]
ecvl::SequentialAugmentationContainer::SequentialAugmentationContainer |
( |
std::istream & |
is | ) |
|
|
inline |
◆ Clone()
std::shared_ptr<Augmentation> ecvl::SequentialAugmentationContainer::Clone |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: