Augmentation wrapper for ecvl::ElasticTransform.
More...
#include <augmentations.h>
◆ AugElasticTransform() [1/2]
AugElasticTransform constructor.
- Parameters
-
[in] | alpha | Parameter which determines the range of values [min,max] to randomly select the scaling factor that controls the intensity of the deformation. |
[in] | sigma | Parameter which determines the range of values [min,max] to randomly select the gaussian kernel standard deviation. |
[in] | interp | InterpolationType to be used. Default is InterpolationType::linear. |
[in] | border_type | Flag used to specify the pixel extrapolation method. Default is BorderType::BORDER_REFLECT_101. |
[in] | border_value | Integer padding value if border_type is BorderType::BORDER_CONSTANT. |
Definition at line 1008 of file augmentations.h.
◆ AugElasticTransform() [2/2]
ecvl::AugElasticTransform::AugElasticTransform |
( |
std::istream & |
is | ) |
|
|
inline |
◆ Clone()
std::shared_ptr<Augmentation> ecvl::AugElasticTransform::Clone |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: