nvidia.dali.fn.transforms.shear — NVIDIA DALI (original) (raw)

nvidia.dali.fn.transforms.shear(__input=None, /, *, angles=None, bytes_per_sample_hint=[0], center=None, preserve=False, reverse_order=False, shear=None, device=None, name=None)#

Produces a shear affine transform matrix.

If another transform matrix is passed as an input, the operator applies the shear mapping to the matrix provided.

Note

The output of this operator can be fed directly to CoordTransform and WarpAffine operators.

This operator allows sequence inputs.

Supported backends

Parameters:

__input (TensorList , optional) – Input to the operator.

Keyword Arguments: