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.grayscale_to_rgb(images, name=None) Converts one or more images from Grayscale to RGB. Outputs
tf.image.resize_area(images, size, align_corners=None, name=None) Resize images to size using area interpolation
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_contrast(images, contrast_factor) Adjust contrast of RGB or grayscale images. This
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.rgb_to_hsv(images, name=None) Converts one or more images from RGB to HSV. Outputs a
tf.image.rgb_to_grayscale(images, name=None) Converts one or more images from RGB to Grayscale. Outputs
tf.image.sample_distorted_bounding_box(image_size, bounding_boxes, seed=None, seed2=None, min_object_covered=None, aspect_ratio_range=None, area_range=None, max_attempts=None
Page 2 of 4