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