tf.image.rgb_to_grayscale()

tf.image.rgb_to_grayscale(images, name=None) Converts one or more images from RGB to Grayscale. Outputs

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

tf.image.resize_images(images, size, method=0, align_corners=False) Resize images to size using the

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

tf.image.rgb_to_hsv(images, name=None) Converts one or more images from RGB to HSV. Outputs a

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

tf.image.encode_png(image, compression=None, name=None) PNG-encode an image. image

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

tf.image.random_hue(image, max_delta, seed=None) Adjust the hue of an RGB image by a random factor. Equivalent

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

tf.image.random_saturation(image, lower, upper, seed=None) Adjust the saturation of an RGB image by a random factor.

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

tf.image.adjust_brightness(image, delta) Adjust the brightness of RGB or Grayscale images. This

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

tf.image.crop_to_bounding_box(image, offset_height, offset_width, target_height, target_width) Crops an image to a specified bounding

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

tf.image.decode_jpeg(contents, channels=None, ratio=None, fancy_upscaling=None, try_recover_truncated=None, acceptable_fraction=None, name=None)

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

tf.image.crop_and_resize(image, boxes, box_ind, crop_size, method=None, extrapolation_value=None, name=None) Extracts crops from

2016-10-14 13:08:05