nvidia.dali.experimental.dynamic.experimental#

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

Function

Device support

Short description

experimental.dilate

GPU

Performs a dilation operation on the input image.

experimental.erode

GPU

Performs an erosion operation on the input image.

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.resize

GPU

Resize images.

experimental.warp_perspective

CPU, GPU

Performs a perspective transform on the images.