tf.image.decode_png(contents, channels=None, dtype=None, name=None) Decode a PNG-encoded image to a uint8 or uint16 tensor.
tf.image.adjust_saturation(image, saturation_factor, name=None) Adjust saturation of an RGB image. This
tf.image.rot90(image, k=1, name=None) Rotate an image counter-clockwise by 90 degrees. Args:
tf.image.random_contrast(image, lower, upper, seed=None) Adjust the contrast of an image by a random factor.
tf.image.transpose_image(image) Transpose an image by swapping the first and second dimension. See
tf.image.adjust_hue(image, delta, name=None) Adjust hue of an RGB image. This is a convenience
tf.image.random_flip_left_right(image, seed=None) Randomly flip an image horizontally (left to right). With
tf.image.rgb_to_grayscale(images, name=None) Converts one or more images from RGB to Grayscale. Outputs
tf.image.random_flip_up_down(image, seed=None) Randomly flips an image vertically (upside down). With
tf.image.extract_glimpse(input, size, offsets, centered=None, normalized=None, uniform_noise=None, name=None) Extracts a glimpse
Page 2 of 4