tf.keras.preprocessing.image.apply_brightness_shift

TensorFlow 1 version

Performs a brightness shift.

Arguments

x: Input tensor. Must be 3D.
brightness: Float. The new brightness value.
channel_axis: Index of axis for channels in the input tensor.

Returns

Numpy image tensor.

Raises

ValueError if `brightness_range` isn't a tuple.