Augmentation wrapper for ecvl::AdditivePoissonNoise.
More...
#include <augmentations.h>
◆ AugAdditivePoissonNoise() [1/2]
ecvl::AugAdditivePoissonNoise::AugAdditivePoissonNoise |
( |
const std::array< double, 2 > & |
lambda | ) |
|
|
inline |
AugAdditivePoissonNoise constructor.
- Parameters
-
[in] | lambda | Parameter which determines the range of values [min,max] to randomly select the lambda of the noise generating distribution. Suggested values are around 0.0 to 10.0. |
Definition at line 673 of file augmentations.h.
◆ AugAdditivePoissonNoise() [2/2]
ecvl::AugAdditivePoissonNoise::AugAdditivePoissonNoise |
( |
std::istream & |
is | ) |
|
|
inline |
The documentation for this class was generated from the following file: