nvidia.dali.experimental.dynamic.experimental.equalize#

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

Performs grayscale/per-channel histogram equalization.

The supported inputs are images and videos of uint8_t type.

This operator allows sequence inputs.

Supported backends
  • ‘cpu’

  • ‘gpu’

Parameters:

input (Tensor/Batch ('HW', 'HWC', 'CHW', 'FHW', 'FHWC', 'FCHW')) – Input to the operator.