Returns projective transform(s) for the given angle(s).
img_angles_to_projective_transforms(
angles,
image_height,
image_width,
name = NULL
)
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)`.
Height of the image(s) to be transformed.
Width of the image(s) to be transformed.
name of the op.
A tensor of shape (num_images, 8). Projective transforms which can be given to `transform` op.