View source: R/icevision_albumentations.R
icevision_GaussianBlur | R Documentation |
Blur the input image using a Gaussian filter with a random kernel size.
icevision_GaussianBlur(
blur_limit = list(3, 7),
sigma_limit = 0,
always_apply = FALSE,
p = 0.5
)
blur_limit |
blur_limit |
sigma_limit |
sigma_limit |
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.