W3cubDocs

/TensorFlow Python

Module: tf.contrib.image

Module tf.contrib.image

Ops for image manipulation.

API

This module provides functions for image manipulation; currently, only projective transforms (including rotation) are supported.

Image Ops

Members

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