tf.image.adjust_contrast(images, contrast_factor) Adjust contrast of RGB or grayscale images. This
tf.image.transpose_image(image) Transpose an image by swapping the first and second dimension. See
tf.image.rot90(image, k=1, name=None) Rotate an image counter-clockwise by 90 degrees. Args:
tf.image.random_flip_left_right(image, seed=None) Randomly flip an image horizontally (left to right). With
tf.image.random_contrast(image, lower, upper, seed=None) Adjust the contrast of an image by a random factor.
tf.image.resize_image_with_crop_or_pad(image, target_height, target_width) Crops and/or pads an image to a target width and height
tf.image.resize_area(images, size, align_corners=None, name=None) Resize images to size using area interpolation
tf.image.extract_glimpse(input, size, offsets, centered=None, normalized=None, uniform_noise=None, name=None) Extracts a glimpse
tf.image.resize_images(images, size, method=0, align_corners=False) Resize images to size using the
tf.image.random_flip_up_down(image, seed=None) Randomly flips an image vertically (upside down). With
Page 2 of 4