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

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

2025-01-10 15:47:30
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.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.random_flip_left_right()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

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

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

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.extract_glimpse()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

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
tf.image.resize_images()
  • References/Big Data/TensorFlow/TensorFlow Python/Images

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

2025-01-10 15:47:30