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
tf.image.encode_png(image, compression=None, name=None) PNG-encode an image. image
tf.image.resize_images(images, size, method=0, align_corners=False) Resize images to size using the
tf.image.random_saturation(image, lower, upper, seed=None) Adjust the saturation of an RGB image by a random factor.
tf.image.random_brightness(image, max_delta, seed=None) Adjust the brightness of images by a random factor.
tf.image.decode_jpeg(contents, channels=None, ratio=None, fancy_upscaling=None, try_recover_truncated=None, acceptable_fraction=None, name=None)
tf.image.crop_to_bounding_box(image, offset_height, offset_width, target_height, target_width) Crops an image to a specified bounding
tf.image.adjust_brightness(image, delta) Adjust the brightness of RGB or Grayscale images. This
tf.image.crop_and_resize(image, boxes, box_ind, crop_size, method=None, extrapolation_value=None, name=None) Extracts crops from
Page 3 of 4