Warning: This project is deprecated. TensorFlow Addons has stopped development, The project will only be providing minimal maintenance releases until May 2024. See the full announcement here or on github.

tfa.image.translations_to_projective_transforms

Returns projective transform(s) for the given translation(s).

translations A 2-element list representing [dx, dy] or a matrix of 2-element lists representing [dx, dy] to translate for each image (for a batch of images). The rank must be statically known (the shape is not TensorShape(None)).
name The name of the op.

A tensor of shape (num_images, 8) projective transforms which can be given to tfa.image.transform.