Hue {fastai} | R Documentation |
Hue
Description
Apply change in hue of 'max_hue' to batch of images with probability 'p'.
Usage
Hue(max_hue = 0.1, p = 0.75, draw = NULL, batch = FALSE)
Arguments
max_hue |
maximum hue |
p |
probability |
draw |
draw |
batch |
batch |
Value
None
[Package fastai version 2.2.2 Index]