| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.acceptable_fraction_(float acceptable_fraction_) |
static tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.AcceptableFraction(float x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.AcceptableFraction(float x)
The minimum required fraction of lines before a truncated
input is accepted.
|
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.channels_(long channels_) |
static tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Channels(long x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.Channels(long x)
Number of color channels for the decoded image.
|
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.dct_method_(BytePointer dct_method_) |
static tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.DctMethod(BytePointer x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.DctMethod(BytePointer x)
string specifying a hint about the algorithm used for
decompression.
|
static tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.DctMethod(String x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.DctMethod(String x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.fancy_upscaling_(boolean fancy_upscaling_) |
static tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.FancyUpscaling(boolean x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.FancyUpscaling(boolean x)
If true use a slower but nicer upscaling of the
chroma planes (yuv420/422 only).
|
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.position(long position) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.ratio_(long ratio_) |
static tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Ratio(long x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.Ratio(long x)
Downscaling ratio.
|
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.try_recover_truncated_(boolean try_recover_truncated_) |
static tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.TryRecoverTruncated(boolean x) |
tensorflow.DecodeAndCropJpeg.Attrs |
tensorflow.DecodeAndCropJpeg.Attrs.TryRecoverTruncated(boolean x)
If true try to recover an image from truncated input.
|
| Constructor and Description |
|---|
DecodeAndCropJpeg(tensorflow.Scope scope,
tensorflow.Input contents,
tensorflow.Input crop_window,
tensorflow.DecodeAndCropJpeg.Attrs attrs) |
Copyright © 2019. All rights reserved.