img_angles_to_projective_transforms: Angles to projective transforms

Description Usage Arguments Value

View source: R/image_ops_.R

Description

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

Usage

1
2
3
4
5
6
img_angles_to_projective_transforms(
  angles,
  image_height,
  image_width,
  name = NULL
)

Arguments

angles

A scalar angle to rotate all images by, or (for batches of images) a vector with an angle to rotate each image in the batch. The rank must be statically known (the shape is not 'TensorShape(NULL)'.

image_height

Height of the image(s) to be transformed.

image_width

Width of the image(s) to be transformed.

name

name of the op.

Value

A tensor of shape (num_images, 8). Projective transforms which can be given to 'transform' op.


tfaddons documentation built on July 2, 2020, 2:12 a.m.