icevision_IAASharpen {fastai} | R Documentation |
IAASharpen
Description
Sharpen the input image and overlays the result with the original image.
Usage
icevision_IAASharpen(
alpha = list(0.2, 0.5),
lightness = list(0.5, 1),
always_apply = FALSE,
p = 0.5
)
Arguments
alpha |
alpha |
lightness |
lightness |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image
[Package fastai version 2.2.2 Index]