Augmentation wrapper for brightness adjustment.
More...
#include <augmentations.h>
Augmentation wrapper for brightness adjustment.
Definition at line 805 of file augmentations.h.
◆ AugBrightness() [1/2]
ecvl::AugBrightness::AugBrightness |
( |
const std::array< double, 2 > & |
beta | ) |
|
|
inline |
AugBrightness constructor.
- Parameters
-
[in] | beta | Parameter which determines the range of values [min,max] to randomly select the value for the brightness adjustment. Suggested values are around 0 to 100. |
Definition at line 817 of file augmentations.h.
◆ AugBrightness() [2/2]
ecvl::AugBrightness::AugBrightness |
( |
std::istream & |
is | ) |
|
|
inline |
The documentation for this class was generated from the following file: