icevision_Blur {fastai} | R Documentation |
Blur
Description
Blur the input image using a random-sized kernel.
Usage
icevision_Blur(blur_limit = 7, always_apply = FALSE, p = 0.5)
Arguments
blur_limit |
blur_limit |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image
Image types
uint8, float32
[Package fastai version 2.2.2 Index]