tf.image.transpose_image()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30
tf.image.adjust_hue()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30
tf.image.grayscale_to_rgb()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30
tf.image.resize_area()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30
tf.image.decode_png()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

tf.image.decode_png(contents, channels=None, dtype=None, name=None) Decode a PNG-encoded image to a uint8 or uint16 tensor.

2025-01-10 15:47:30
tf.image.adjust_contrast()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

tf.image.adjust_contrast(images, contrast_factor) Adjust contrast of RGB or grayscale images. This

2025-01-10 15:47:30
tf.image.resize_image_with_crop_or_pad()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30
tf.image.rgb_to_hsv()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30
tf.image.rgb_to_grayscale()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30
tf.image.sample_distorted_bounding_box()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30