Stay organized with collections
Save and categorize content based on your preferences.
Image Ops
Summary
Classes
|
tensorflow::ops::AdjustContrast
|
Adjust the contrast of one or more images.
|
tensorflow::ops::AdjustHue
|
Adjust the hue of one or more images.
|
tensorflow::ops::AdjustSaturation
|
Adjust the saturation of one or more images.
|
tensorflow::ops::CombinedNonMaxSuppression
|
Greedily selects a subset of bounding boxes in descending order of score,.
|
tensorflow::ops::CropAndResize
|
Extracts crops from the input image tensor and resizes them.
|
tensorflow::ops::CropAndResizeGradBoxes
|
Computes the gradient of the crop_and_resize op wrt the input boxes tensor.
|
tensorflow::ops::CropAndResizeGradImage
|
Computes the gradient of the crop_and_resize op wrt the input image tensor.
|
tensorflow::ops::DecodeAndCropJpeg
|
Decode and Crop a JPEG-encoded image to a uint8 tensor.
|
tensorflow::ops::DecodeBmp
|
Decode the first frame of a BMP-encoded image to a uint8 tensor.
|
tensorflow::ops::DecodeGif
|
Decode the frame(s) of a GIF-encoded image to a uint8 tensor.
|
tensorflow::ops::DecodeImage
|
Function for decode_bmp, decode_gif, decode_jpeg, and decode_png.
|
tensorflow::ops::DecodeJpeg
|
Decode a JPEG-encoded image to a uint8 tensor.
|
tensorflow::ops::DecodePng
|
Decode a PNG-encoded image to a uint8 or uint16 tensor.
|
tensorflow::ops::DrawBoundingBoxes
|
Draw bounding boxes on a batch of images.
|
tensorflow::ops::DrawBoundingBoxesV2
|
Draw bounding boxes on a batch of images.
|
tensorflow::ops::EncodeJpeg
|
JPEG-encode an image.
|
tensorflow::ops::EncodeJpegVariableQuality
|
JPEG encode input image with provided compression quality.
|
tensorflow::ops::EncodePng
|
PNG-encode an image.
|
tensorflow::ops::ExtractGlimpse
|
Extracts a glimpse from the input tensor.
|
tensorflow::ops::ExtractJpegShape
|
Extract the shape information of a JPEG-encoded image.
|
tensorflow::ops::HSVToRGB
|
Convert one or more images from HSV to RGB.
|
tensorflow::ops::NonMaxSuppression
|
Greedily selects a subset of bounding boxes in descending order of score,.
|
tensorflow::ops::NonMaxSuppressionV2
|
Greedily selects a subset of bounding boxes in descending order of score,.
|
tensorflow::ops::NonMaxSuppressionV3
|
Greedily selects a subset of bounding boxes in descending order of score,.
|
tensorflow::ops::NonMaxSuppressionV4
|
Greedily selects a subset of bounding boxes in descending order of score,.
|
tensorflow::ops::NonMaxSuppressionV5
|
Greedily selects a subset of bounding boxes in descending order of score,.
|
tensorflow::ops::NonMaxSuppressionWithOverlaps
|
Greedily selects a subset of bounding boxes in descending order of score,.
|
tensorflow::ops::QuantizedResizeBilinear
|
Resize quantized images to size using quantized bilinear interpolation.
|
tensorflow::ops::RGBToHSV
|
Converts one or more images from RGB to HSV.
|
tensorflow::ops::ResizeArea
|
Resize images to size using area interpolation.
|
tensorflow::ops::ResizeBicubic
|
Resize images to size using bicubic interpolation.
|
tensorflow::ops::ResizeBilinear
|
Resize images to size using bilinear interpolation.
|
tensorflow::ops::ResizeNearestNeighbor
|
Resize images to size using nearest neighbor interpolation.
|
tensorflow::ops::SampleDistortedBoundingBox
|
Generate a single randomly distorted bounding box for an image.
|
tensorflow::ops::SampleDistortedBoundingBoxV2
|
Generate a single randomly distorted bounding box for an image.
|
tensorflow::ops::ScaleAndTranslate
|
TODO: add doc.
|
tensorflow::ops::StatelessSampleDistortedBoundingBox
|
Generate a randomly distorted bounding box for an image deterministically.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-15 UTC."],[],[],null,["# Image Ops\n=========\n\nSummary\n-------\n\n| ### Classes ||\n|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|\n| [tensorflow::ops::AdjustContrast](/api_docs/cc/class/tensorflow/ops/adjust-contrast) | Adjust the contrast of one or more images. |\n| [tensorflow::ops::AdjustHue](/api_docs/cc/class/tensorflow/ops/adjust-hue) | Adjust the hue of one or more images. |\n| [tensorflow::ops::AdjustSaturation](/api_docs/cc/class/tensorflow/ops/adjust-saturation) | Adjust the saturation of one or more images. |\n| [tensorflow::ops::CombinedNonMaxSuppression](/api_docs/cc/class/tensorflow/ops/combined-non-max-suppression) | Greedily selects a subset of bounding boxes in descending order of score,. |\n| [tensorflow::ops::CropAndResize](/api_docs/cc/class/tensorflow/ops/crop-and-resize) | Extracts crops from the input image tensor and resizes them. |\n| [tensorflow::ops::CropAndResizeGradBoxes](/api_docs/cc/class/tensorflow/ops/crop-and-resize-grad-boxes) | Computes the gradient of the crop_and_resize op wrt the input boxes tensor. |\n| [tensorflow::ops::CropAndResizeGradImage](/api_docs/cc/class/tensorflow/ops/crop-and-resize-grad-image) | Computes the gradient of the crop_and_resize op wrt the input image tensor. |\n| [tensorflow::ops::DecodeAndCropJpeg](/api_docs/cc/class/tensorflow/ops/decode-and-crop-jpeg) | Decode and Crop a JPEG-encoded image to a uint8 tensor. |\n| [tensorflow::ops::DecodeBmp](/api_docs/cc/class/tensorflow/ops/decode-bmp) | Decode the first frame of a BMP-encoded image to a uint8 tensor. |\n| [tensorflow::ops::DecodeGif](/api_docs/cc/class/tensorflow/ops/decode-gif) | Decode the frame(s) of a GIF-encoded image to a uint8 tensor. |\n| [tensorflow::ops::DecodeImage](/api_docs/cc/class/tensorflow/ops/decode-image) | Function for decode_bmp, decode_gif, decode_jpeg, and decode_png. |\n| [tensorflow::ops::DecodeJpeg](/api_docs/cc/class/tensorflow/ops/decode-jpeg) | Decode a JPEG-encoded image to a uint8 tensor. |\n| [tensorflow::ops::DecodePng](/api_docs/cc/class/tensorflow/ops/decode-png) | Decode a PNG-encoded image to a uint8 or uint16 tensor. |\n| [tensorflow::ops::DrawBoundingBoxes](/api_docs/cc/class/tensorflow/ops/draw-bounding-boxes) | Draw bounding boxes on a batch of images. |\n| [tensorflow::ops::DrawBoundingBoxesV2](/api_docs/cc/class/tensorflow/ops/draw-bounding-boxes-v2) | Draw bounding boxes on a batch of images. |\n| [tensorflow::ops::EncodeJpeg](/api_docs/cc/class/tensorflow/ops/encode-jpeg) | JPEG-encode an image. |\n| [tensorflow::ops::EncodeJpegVariableQuality](/api_docs/cc/class/tensorflow/ops/encode-jpeg-variable-quality) | JPEG encode input image with provided compression quality. |\n| [tensorflow::ops::EncodePng](/api_docs/cc/class/tensorflow/ops/encode-png) | PNG-encode an image. |\n| [tensorflow::ops::ExtractGlimpse](/api_docs/cc/class/tensorflow/ops/extract-glimpse) | Extracts a glimpse from the input tensor. |\n| [tensorflow::ops::ExtractJpegShape](/api_docs/cc/class/tensorflow/ops/extract-jpeg-shape) | Extract the shape information of a JPEG-encoded image. |\n| [tensorflow::ops::HSVToRGB](/api_docs/cc/class/tensorflow/ops/h-s-v-to-r-g-b) | Convert one or more images from HSV to RGB. |\n| [tensorflow::ops::NonMaxSuppression](/api_docs/cc/class/tensorflow/ops/non-max-suppression) | Greedily selects a subset of bounding boxes in descending order of score,. |\n| [tensorflow::ops::NonMaxSuppressionV2](/api_docs/cc/class/tensorflow/ops/non-max-suppression-v2) | Greedily selects a subset of bounding boxes in descending order of score,. |\n| [tensorflow::ops::NonMaxSuppressionV3](/api_docs/cc/class/tensorflow/ops/non-max-suppression-v3) | Greedily selects a subset of bounding boxes in descending order of score,. |\n| [tensorflow::ops::NonMaxSuppressionV4](/api_docs/cc/class/tensorflow/ops/non-max-suppression-v4) | Greedily selects a subset of bounding boxes in descending order of score,. |\n| [tensorflow::ops::NonMaxSuppressionV5](/api_docs/cc/class/tensorflow/ops/non-max-suppression-v5) | Greedily selects a subset of bounding boxes in descending order of score,. |\n| [tensorflow::ops::NonMaxSuppressionWithOverlaps](/api_docs/cc/class/tensorflow/ops/non-max-suppression-with-overlaps) | Greedily selects a subset of bounding boxes in descending order of score,. |\n| [tensorflow::ops::QuantizedResizeBilinear](/api_docs/cc/class/tensorflow/ops/quantized-resize-bilinear) | Resize quantized `images` to `size` using quantized bilinear interpolation. |\n| [tensorflow::ops::RGBToHSV](/api_docs/cc/class/tensorflow/ops/r-g-b-to-h-s-v) | Converts one or more images from RGB to HSV. |\n| [tensorflow::ops::ResizeArea](/api_docs/cc/class/tensorflow/ops/resize-area) | Resize `images` to `size` using area interpolation. |\n| [tensorflow::ops::ResizeBicubic](/api_docs/cc/class/tensorflow/ops/resize-bicubic) | Resize `images` to `size` using bicubic interpolation. |\n| [tensorflow::ops::ResizeBilinear](/api_docs/cc/class/tensorflow/ops/resize-bilinear) | Resize `images` to `size` using bilinear interpolation. |\n| [tensorflow::ops::ResizeNearestNeighbor](/api_docs/cc/class/tensorflow/ops/resize-nearest-neighbor) | Resize `images` to `size` using nearest neighbor interpolation. |\n| [tensorflow::ops::SampleDistortedBoundingBox](/api_docs/cc/class/tensorflow/ops/sample-distorted-bounding-box) | Generate a single randomly distorted bounding box for an image. |\n| [tensorflow::ops::SampleDistortedBoundingBoxV2](/api_docs/cc/class/tensorflow/ops/sample-distorted-bounding-box-v2) | Generate a single randomly distorted bounding box for an image. |\n| [tensorflow::ops::ScaleAndTranslate](/api_docs/cc/class/tensorflow/ops/scale-and-translate) | TODO: add doc. |\n| [tensorflow::ops::StatelessSampleDistortedBoundingBox](/api_docs/cc/class/tensorflow/ops/stateless-sample-distorted-bounding-box) | Generate a randomly distorted bounding box for an image deterministically. |"]]