| Class | Description |
|---|---|
| AdjustContrast<T extends Number> |
Adjust the contrast of one or more images.
|
| AdjustHue<T extends Number> |
Adjust the hue of one or more images.
|
| AdjustSaturation<T extends Number> |
Adjust the saturation of one or more images.
|
| CropAndResize |
Extracts crops from the input image tensor and resizes them.
|
| CropAndResize.Options |
Optional attributes for
CropAndResize |
| CropAndResizeGradBoxes |
Computes the gradient of the crop_and_resize op wrt the input boxes tensor.
|
| CropAndResizeGradBoxes.Options |
Optional attributes for
CropAndResizeGradBoxes |
| CropAndResizeGradImage<T extends Number> |
Computes the gradient of the crop_and_resize op wrt the input image tensor.
|
| CropAndResizeGradImage.Options |
Optional attributes for
CropAndResizeGradImage |
| DecodeAndCropJpeg |
Decode and Crop a JPEG-encoded image to a uint8 tensor.
|
| DecodeAndCropJpeg.Options |
Optional attributes for
DecodeAndCropJpeg |
| DecodeBmp |
Decode the first frame of a BMP-encoded image to a uint8 tensor.
|
| DecodeBmp.Options |
Optional attributes for
DecodeBmp |
| DecodeGif |
Decode the frame(s) of a GIF-encoded image to a uint8 tensor.
|
| DecodeJpeg |
Decode a JPEG-encoded image to a uint8 tensor.
|
| DecodeJpeg.Options |
Optional attributes for
DecodeJpeg |
| DecodePng<T extends Number> |
Decode a PNG-encoded image to a uint8 or uint16 tensor.
|
| DecodePng.Options |
Optional attributes for
DecodePng |
| DrawBoundingBoxes<T extends Number> |
Draw bounding boxes on a batch of images.
|
| EncodeJpeg |
JPEG-encode an image.
|
| EncodeJpeg.Options |
Optional attributes for
EncodeJpeg |
| EncodeJpegVariableQuality |
JPEG encode input image with provided compression quality.
|
| EncodePng |
PNG-encode an image.
|
| EncodePng.Options |
Optional attributes for
EncodePng |
| ExtractGlimpse |
Extracts a glimpse from the input tensor.
|
| ExtractGlimpse.Options |
Optional attributes for
ExtractGlimpse |
| ExtractImagePatches<T extends Number> |
Extract `patches` from `images` and put them in the "depth" output dimension.
|
| ExtractJpegShape<T extends Number> |
Extract the shape information of a JPEG-encoded image.
|
| HsvToRgb<T extends Number> |
Convert one or more images from HSV to RGB.
|
| NonMaxSuppression |
Greedily selects a subset of bounding boxes in descending order of score,
|
| NonMaxSuppression.Options |
Optional attributes for
NonMaxSuppression |
| NonMaxSuppressionWithOverlaps |
Greedily selects a subset of bounding boxes in descending order of score,
|
| QuantizedResizeBilinear<T> |
Resize quantized `images` to `size` using quantized bilinear interpolation.
|
| QuantizedResizeBilinear.Options |
Optional attributes for
QuantizedResizeBilinear |
| RandomCrop<T extends Number> |
Randomly crop `image`.
|
| RandomCrop.Options |
Optional attributes for
RandomCrop |
| ResizeArea |
Resize `images` to `size` using area interpolation.
|
| ResizeArea.Options |
Optional attributes for
ResizeArea |
| ResizeBicubic |
Resize `images` to `size` using bicubic interpolation.
|
| ResizeBicubic.Options |
Optional attributes for
ResizeBicubic |
| ResizeBicubicGrad<T extends Number> |
Computes the gradient of bicubic interpolation.
|
| ResizeBicubicGrad.Options |
Optional attributes for
ResizeBicubicGrad |
| ResizeBilinear |
Resize `images` to `size` using bilinear interpolation.
|
| ResizeBilinear.Options |
Optional attributes for
ResizeBilinear |
| ResizeBilinearGrad<T extends Number> |
Computes the gradient of bilinear interpolation.
|
| ResizeBilinearGrad.Options |
Optional attributes for
ResizeBilinearGrad |
| ResizeNearestNeighbor<T extends Number> |
Resize `images` to `size` using nearest neighbor interpolation.
|
| ResizeNearestNeighbor.Options |
Optional attributes for
ResizeNearestNeighbor |
| ResizeNearestNeighborGrad<T extends Number> |
Computes the gradient of nearest neighbor interpolation.
|
| ResizeNearestNeighborGrad.Options |
Optional attributes for
ResizeNearestNeighborGrad |
| RgbToHsv<T extends Number> |
Converts one or more images from RGB to HSV.
|
| SampleDistortedBoundingBox<T extends Number> |
Generate a single randomly distorted bounding box for an image.
|
| SampleDistortedBoundingBox.Options |
Optional attributes for
SampleDistortedBoundingBox |
Copyright © 2015–2019. All rights reserved.