# This file is MACHINE GENERATED! Do not edit. # Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. """Image processing and decoding ops. See the @{$python/image} guide. """ from __future__ import print_function from tensorflow.python import extract_image_patches from tensorflow.python.ops.gen_image_ops import crop_and_resize from tensorflow.python.ops.gen_image_ops import decode_and_crop_jpeg from tensorflow.python.ops.gen_image_ops import decode_bmp from tensorflow.python.ops.gen_image_ops import decode_gif from tensorflow.python.ops.gen_image_ops import decode_jpeg from tensorflow.python.ops.gen_image_ops import decode_png from tensorflow.python.ops.gen_image_ops import draw_bounding_boxes from tensorflow.python.ops.gen_image_ops import encode_jpeg from tensorflow.python.ops.gen_image_ops import encode_png from tensorflow.python.ops.gen_image_ops import extract_glimpse from tensorflow.python.ops.gen_image_ops import extract_jpeg_shape from tensorflow.python.ops.gen_image_ops import hsv_to_rgb from tensorflow.python.ops.gen_image_ops import resize_area from tensorflow.python.ops.gen_image_ops import resize_bicubic from tensorflow.python.ops.gen_image_ops import resize_bilinear from tensorflow.python.ops.gen_image_ops import resize_nearest_neighbor from tensorflow.python.ops.gen_image_ops import rgb_to_hsv from tensorflow.python.ops.image_ops import ResizeMethod from tensorflow.python.ops.image_ops import adjust_brightness from tensorflow.python.ops.image_ops import adjust_contrast from tensorflow.python.ops.image_ops import adjust_gamma from tensorflow.python.ops.image_ops import adjust_hue from tensorflow.python.ops.image_ops import adjust_jpeg_quality from tensorflow.python.ops.image_ops import adjust_saturation from tensorflow.python.ops.image_ops import central_crop from tensorflow.python.ops.image_ops import convert_image_dtype from tensorflow.python.ops.image_ops import crop_to_bounding_box from tensorflow.python.ops.image_ops import decode_image from tensorflow.python.ops.image_ops import flip_left_right from tensorflow.python.ops.image_ops import flip_up_down from tensorflow.python.ops.image_ops import grayscale_to_rgb from tensorflow.python.ops.image_ops import image_gradients from tensorflow.python.ops.image_ops import is_jpeg from tensorflow.python.ops.image_ops import non_max_suppression from tensorflow.python.ops.image_ops import non_max_suppression_with_overlaps as non_max_suppression_overlaps from tensorflow.python.ops.image_ops import pad_to_bounding_box from tensorflow.python.ops.image_ops import per_image_standardization from tensorflow.python.ops.image_ops import psnr from tensorflow.python.ops.image_ops import random_brightness from tensorflow.python.ops.image_ops import random_contrast from tensorflow.python.ops.image_ops import random_flip_left_right from tensorflow.python.ops.image_ops import random_flip_up_down from tensorflow.python.ops.image_ops import random_hue from tensorflow.python.ops.image_ops import random_jpeg_quality from tensorflow.python.ops.image_ops import random_saturation from tensorflow.python.ops.image_ops import resize_image_with_crop_or_pad from tensorflow.python.ops.image_ops import resize_image_with_pad from tensorflow.python.ops.image_ops import resize_images from tensorflow.python.ops.image_ops import rgb_to_grayscale from tensorflow.python.ops.image_ops import rgb_to_yiq from tensorflow.python.ops.image_ops import rgb_to_yuv from tensorflow.python.ops.image_ops import rot90 from tensorflow.python.ops.image_ops import sample_distorted_bounding_box from tensorflow.python.ops.image_ops import sobel_edges from tensorflow.python.ops.image_ops import ssim from tensorflow.python.ops.image_ops import ssim_multiscale from tensorflow.python.ops.image_ops import total_variation from tensorflow.python.ops.image_ops import transpose_image from tensorflow.python.ops.image_ops import yiq_to_rgb from tensorflow.python.ops.image_ops import yuv_to_rgb del print_function