aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/image
diff options
context:
space:
mode:
authorGravatar Dan Ringwalt <ringwalt@google.com>2018-02-05 09:49:01 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-05 09:52:48 -0800
commitdcffcefacac05f25d1c676fec226e2356227b684 (patch)
tree4f3766f92d54d2b28c8102675385e6edaab6e53f /tensorflow/contrib/image
parent83a2e03627bffa0f8cad1a9b11886aba7206a988 (diff)
Clarify that tf.contrib.image.rotate angles are counterclockwise.
PiperOrigin-RevId: 184541776
Diffstat (limited to 'tensorflow/contrib/image')
-rw-r--r--tensorflow/contrib/image/python/ops/image_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/image/python/ops/image_ops.py b/tensorflow/contrib/image/python/ops/image_ops.py
index 63377ae503..6122ee5805 100644
--- a/tensorflow/contrib/image/python/ops/image_ops.py
+++ b/tensorflow/contrib/image/python/ops/image_ops.py
@@ -40,7 +40,7 @@ ops.RegisterShape("ImageProjectiveTransform")(common_shapes.call_cpp_shape_fn)
def rotate(images, angles, interpolation="NEAREST", name=None):
- """Rotate image(s) by the passed angle(s) in radians.
+ """Rotate image(s) counterclockwise by the passed angle(s) in radians.
Args:
images: A tensor of shape (num_images, num_rows, num_columns, num_channels)