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

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

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

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

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

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

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

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

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

tf.image.random_brightness(image, max_delta, seed=None) Adjust the brightness of images by a random factor.

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

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

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

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

2025-01-10 15:47:30