Description Usage Arguments Value
Composes the transforms tensors.
1 | img_compose_transforms(transforms, name = NULL)
|
transforms |
List of image projective transforms to be composed. Each transform is length 8 (single transform) or shape (N, 8) (batched transforms). The shapes of all inputs must be equal, and at least one input must be given. |
name |
The name for the op. |
A composed transform tensor. When passed to 'transform' op, equivalent to applying each of the given transforms to the image in order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.