tf.image.random_brightness(image, max_delta, seed=None) Adjust the brightness of images by a random factor.
tf.image.encode_jpeg(image, format=None, quality=None, progressive=None, optimize_size=None, chroma_downsampling=None, density_unit=None, x_density=None, y_density=None
tf.image.resize_bicubic(images, size, align_corners=None, name=None) Resize images to size using bicubic
tf.image.flip_up_down(image) Flip an image horizontally (upside down). Outputs the contents of
tf.image.non_max_suppression(boxes, scores, max_output_size, iou_threshold=None, name=None) Greedily selects a subset of bounding
tf.image.draw_bounding_boxes(images, boxes, name=None) Draw bounding boxes on a batch of images. Outputs
tf.image.flip_left_right(image) Flip an image horizontally (left to right). Outputs the contents
tf.image.pad_to_bounding_box(image, offset_height, offset_width, target_height, target_width) Pad image with zeros
Page 4 of 4