tf.image.resize_bilinear()

tf.image.resize_bilinear(images, size, align_corners=None, name=None) Resize images to size using bilinear

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

tf.image.resize_nearest_neighbor(images, size, align_corners=None, name=None) Resize images to size

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

tf.image.hsv_to_rgb(images, name=None) Convert one or more images from HSV to RGB. Outputs a tensor

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

tf.image.convert_image_dtype(image, dtype, saturate=False, name=None) Convert image to dtype, scaling

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

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

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

tf.image.adjust_saturation(image, saturation_factor, name=None) Adjust saturation of an RGB image. This

2016-10-14 13:08:04
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.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.rot90()

tf.image.rot90(image, k=1, name=None) Rotate an image counter-clockwise by 90 degrees. Args:

2016-10-14 13:08:12
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