Augmentation wrapper for ecvl::CoarseDropout.
More...
#include <augmentations.h>
◆ AugCoarseDropout() [1/2]
ecvl::AugCoarseDropout::AugCoarseDropout |
( |
const std::array< double, 2 > & |
p, |
|
|
const std::array< double, 2 > & |
drop_size, |
|
|
const double & |
per_channel |
|
) |
| |
|
inline |
AugCoarseDropout constructor.
- Parameters
-
[in] | p | Parameter which determines the range of values [min,max] to randomly select the probability of any rectangle being set to zero. |
[in] | drop_size | Parameter which determines the range of values [min,max] to randomly select the size of rectangles in percentage of the input Image. |
[in] | per_channel | Probability of each image to use the same value for all channels of a pixel or not. |
Definition at line 739 of file augmentations.h.
◆ AugCoarseDropout() [2/2]
ecvl::AugCoarseDropout::AugCoarseDropout |
( |
std::istream & |
is | ) |
|
|
inline |
The documentation for this class was generated from the following file: