| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.chroma_downsampling_(boolean chroma_downsampling_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.ChromaDownsampling(boolean x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.ChromaDownsampling(boolean x)
See http://en.wikipedia.org/wiki/Chroma_subsampling.
|
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.density_unit_(BytePointer density_unit_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.DensityUnit(BytePointer x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.DensityUnit(BytePointer x)
Unit used to specify
x_density and y_density:
pixels per inch ('in') or centimeter ('cm'). |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.DensityUnit(String x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.DensityUnit(String x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.format_(BytePointer format_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Format(BytePointer x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.Format(BytePointer x)
Per pixel image format.
|
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Format(String x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.Format(String x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.optimize_size_(boolean optimize_size_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.OptimizeSize(boolean x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.OptimizeSize(boolean x)
If True, spend CPU/RAM to reduce size with no quality change.
|
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.position(long position) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.progressive_(boolean progressive_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Progressive(boolean x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.Progressive(boolean x)
If True, create a JPEG that loads progressively (coarse to fine).
|
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.quality_(long quality_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Quality(long x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.Quality(long x)
Quality of the compression from 0 to 100 (higher is better and slower).
|
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.x_density_(long x_density_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.XDensity(long x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.XDensity(long x)
Horizontal pixels per density unit.
|
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.xmp_metadata_(BytePointer xmp_metadata_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.XmpMetadata(BytePointer x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.XmpMetadata(BytePointer x)
If not empty, embed this XMP metadata in the image header.
|
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.XmpMetadata(String x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.XmpMetadata(String x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.y_density_(long y_density_) |
static tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.YDensity(long x) |
tensorflow.EncodeJpeg.Attrs |
tensorflow.EncodeJpeg.Attrs.YDensity(long x)
Vertical pixels per density unit.
|
| Constructor and Description |
|---|
EncodeJpeg(tensorflow.Scope scope,
tensorflow.Input image,
tensorflow.EncodeJpeg.Attrs attrs) |
Copyright © 2019. All rights reserved.