W3cubDocs

/TensorFlow Python

tf.contrib.image.translations_to_projective_transforms

tf.contrib.image.translations_to_projective_transforms(
    translations,
    name=None
)

Defined in tensorflow/contrib/image/python/ops/image_ops.py.

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

Args:

  • 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.

Returns:

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

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/image/translations_to_projective_transforms