icevision_MotionBlur {fastai} | R Documentation |
MotionBlur
Description
Apply motion blur to the input image using a random-sized kernel.
Usage
icevision_MotionBlur(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]