Augmentation wrapper for ecvl::Rotate2D.
More...
#include <augmentations.h>
◆ AugRotate() [1/2]
AugRotate constructor.
- Parameters
-
[in] | angle | Parameter which determines the range of degrees [min,max] to randomly select from. |
[in] | center | A std::vector<double> representing the coordinates of the rotation center. If empty, the center of the image is used. |
[in] | scale | Optional scaling factor. |
[in] | interp | InterpolationType to be used. Default is InterpolationType::linear. |
[in] | gt_interp | InterpolationType to be used for ground truth. Default is InterpolationType::nearest. |
Definition at line 383 of file augmentations.h.
◆ AugRotate() [2/2]
ecvl::AugRotate::AugRotate |
( |
std::istream & |
is | ) |
|
|
inline |
The documentation for this class was generated from the following file: