icevision_GaussNoise {fastai} | R Documentation |
GaussNoise
Description
Apply gaussian noise to the input image.
Usage
icevision_GaussNoise(
var_limit = list(10, 50),
mean = 0,
always_apply = FALSE,
p = 0.5
)
Arguments
var_limit |
var_limit |
mean |
mean |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image
Image types
uint8, float32
[Package fastai version 2.2.2 Index]