contrib.image.angles_to_projective_transforms

tf.contrib.image.angles_to_projective_transforms

tf.contrib.image.angles_to_projective_transforms

angles_to_projective_transforms(
    angles,
    image_height,
    image_width
)

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

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

Args:

  • 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.
  • image_height: Height of the image(s) to be transformed.
  • image_width: Width of the image(s) to be transformed.

Returns:

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

© 2017 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/angles_to_projective_transforms

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部