nvidia.dali.fn.experimental

The following table lists all operations available in nvidia.dali.fn.experimental module:

Function

Device support

Short description

experimental.audio_resample

CPU, GPU

Legacy alias for audio_resample().

experimental.debayer

GPU

Performs image demosaicing/debayering.

experimental.dilate

GPU

Performs a dilation operation on the input image.

experimental.equalize

CPU, GPU

Performs grayscale/per-channel histogram equalization.

experimental.erode

GPU

Performs an erosion operation on the input image.

experimental.filter

CPU, GPU

Convolves the image with the provided filter.

experimental.inflate

GPU

Inflates/decompresses the input using specified decompression algorithm.

experimental.median_blur

GPU

Median blur performs smoothing of an image or sequence of images by replacing each pixel with the median color of a surrounding rectangular region.

experimental.peek_image_shape

CPU

Obtains the shape of the encoded image.

experimental.remap

GPU

The remap operation applies a generic geometrical transformation to an image. In other words, it takes pixels from one place in the input image and puts them in another place in the output image. The transformation is described by mapx and mapy parameters, where:

experimental.tensor_resize

CPU, GPU

Resize tensors.