icevision_HueSaturationValue {fastai} | R Documentation |
HueSaturationValue
Description
Randomly change hue, saturation and value of the input image.
Usage
icevision_HueSaturationValue(
hue_shift_limit = 20,
sat_shift_limit = 30,
val_shift_limit = 20,
always_apply = FALSE,
p = 0.5
)
Arguments
hue_shift_limit |
hue_shift_limit |
sat_shift_limit |
sat_shift_limit |
val_shift_limit |
val_shift_limit |
always_apply |
always_apply |
p |
p |
Value
None
Targets
image
Image types
uint8, float32
[Package fastai version 2.2.2 Index]