img_translations_to_projective_transforms: Translations to projective transforms

View source: R/image_ops_.R

img_translations_to_projective_transformsR Documentation

Translations to projective transforms

Description

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

Usage

img_translations_to_projective_transforms(translations, name = NULL)

Arguments

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(NULL)').

name

The name of the op.

Value

A tensor of shape c(num_images, 8) projective transforms which can be given to 'img_transform'.


henry090/tfaddons documentation built on April 7, 2022, 11:27 p.m.