Public Member Functions | List of all members
ecvl::DatasetAugmentations Class Reference

Dataset Augmentations. More...

#include <support_eddl.h>

Public Member Functions

 DatasetAugmentations (std::array< shared_ptr< Augmentation >, 3 > augs={ nullptr, nullptr, nullptr })
 
bool Apply (SplitType st, Image &img, const Image &gt=Image())
 

Detailed Description

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 36 of file support_eddl.h.

Constructor & Destructor Documentation

◆ DatasetAugmentations()

ecvl::DatasetAugmentations::DatasetAugmentations ( std::array< shared_ptr< Augmentation >, 3 >  augs = { nullptr,nullptr,nullptr })
inline

Definition at line 40 of file support_eddl.h.

Member Function Documentation

◆ Apply()

bool ecvl::DatasetAugmentations::Apply ( SplitType  st,
Image img,
const Image gt = Image() 
)
inline

Definition at line 46 of file support_eddl.h.


The documentation for this class was generated from the following file: