contrib.image.compose_transforms

tf.contrib.image.compose_transforms

tf.contrib.image.compose_transforms

compose_transforms(*transforms)

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

Composes the transforms tensors.

Args:

*transforms: List of image projective transforms to be composed. Each transform is length 8 (single transform) or shape (N, 8) (batched transforms). The shapes of all inputs must be equal, and at least one input must be given.

Returns:

A composed transform tensor. When passed to tf.contrib.image.transform, equivalent to applying each of the given transforms to the image in order.

© 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/compose_transforms

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部