tf.contrib.image
This module provides functions for image manipulation; currently, only projective transforms (including rotation) are supported.
Ops
rotate(...)
: Rotate image(s) by the passed angle(s) in radians.
transform(...)
: Applies the given transform(s) to the image(s).
Defined in tensorflow/contrib/image/__init__.py
.
© 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