icevision_IAAEmboss {fastai} | R Documentation |
IAAEmboss
Description
Emboss the input image and overlays the result with the original image.
Usage
icevision_IAAEmboss(
alpha = list(0.2, 0.5),
strength = list(0.2, 0.7),
always_apply = FALSE,
p = 0.5
)
Arguments
alpha |
alpha |
strength |
strength |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image
[Package fastai version 2.2.2 Index]