Augmentation wrapper for ecvl::GridDistortion.
More...
#include <augmentations.h>
◆ AugGridDistortion() [1/2]
AugGridDistortion constructor.
- Parameters
-
[in] | num_steps | Parameter which determines the range of values [min,max] to randomly select the number of grid cells on each side. |
[in] | distort_limit | Parameter which determines the range of values [min,max] to randomly select the distortion steps. |
[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 862 of file augmentations.h.
◆ AugGridDistortion() [2/2]
ecvl::AugGridDistortion::AugGridDistortion |
( |
std::istream & |
is | ) |
|
|
inline |
The documentation for this class was generated from the following file: