View source: R/icevision_albumentations.R
icevision_GaussNoise | R Documentation |
Apply gaussian noise to the input image.
icevision_GaussNoise(
var_limit = list(10, 50),
mean = 0,
always_apply = FALSE,
p = 0.5
)
var_limit |
var_limit |
mean |
mean |
always_apply |
always_apply |
p |
p |
None
image
uint8, float32
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.