nvidia.dali.experimental.dynamic.hue#

nvidia.dali.experimental.dynamic.hue(
input,
/,
*,
batch_size=None,
device=None,
dtype=None,
hue=None,
image_type=None,
)#

Changes the hue level of the image.

This operator allows sequence inputs and supports volumetric data.

Supported backends
  • ‘cpu’

  • ‘gpu’

Parameters:

input (Tensor/Batch ('HWC', 'FHWC', 'DHWC')) – Input to the operator.

Keyword Arguments: