Module: contrib.image

Module: tf.contrib.image

Module tf.contrib.image

Defined in tensorflow/contrib/image/__init__.py.

Ops for image manipulation.

API

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

Image Ops

Functions

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

compose_transforms(...): Composes the transforms tensors.

rotate(...): Rotate image(s) by the passed angle(s) in radians.

single_image_random_dot_stereograms(...): Output a RandomDotStereogram Tensor for export via encode_PNG/JPG OP.

transform(...): Applies the given transform(s) to the image(s).

© 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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部