HueTransform¶
- class HueTransform(value, *, order=None)[source]¶
Adjust hue of the input data.
- Parameters
value – how much to adjust the hue. Can be any number between 0 and 0.5, 0 gives the original image.
order – the same with
VisionTransform
.
Adjust hue of the input data.
value – how much to adjust the hue. Can be any number between 0 and 0.5, 0 gives the original image.
order – the same with VisionTransform
.