tf.image.transpose_image()

tf.image.transpose_image(image) Transpose an image by swapping the first and second dimension. See

2016-10-14 13:08:13
tf.image.random_contrast()

tf.image.random_contrast(image, lower, upper, seed=None) Adjust the contrast of an image by a random factor.

2016-10-14 13:08:09
tf.image.random_flip_left_right()

tf.image.random_flip_left_right(image, seed=None) Randomly flip an image horizontally (left to right). With

2016-10-14 13:08:10
tf.image.adjust_hue()

tf.image.adjust_hue(image, delta, name=None) Adjust hue of an RGB image. This is a convenience

2016-10-14 13:08:04
tf.image.central_crop()

tf.image.central_crop(image, central_fraction) Crop the central region of the image. Remove the

2016-10-14 13:08:04
tf.image.resize_area()

tf.image.resize_area(images, size, align_corners=None, name=None) Resize images to size using area interpolation

2016-10-14 13:08:10
tf.image.resize_image_with_crop_or_pad()

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

2016-10-14 13:08:12
tf.image.extract_glimpse()

tf.image.extract_glimpse(input, size, offsets, centered=None, normalized=None, uniform_noise=None, name=None) Extracts a glimpse

2016-10-14 13:08:07
tf.image.random_flip_up_down()

tf.image.random_flip_up_down(image, seed=None) Randomly flips an image vertically (upside down). With

2016-10-14 13:08:10
tf.image.sample_distorted_bounding_box()

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

2016-10-14 13:08:13