| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.area_range_(FloatPointer area_range_) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.AreaRange(float... x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.AreaRange(float... x) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.AreaRange(FloatBuffer x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.AreaRange(FloatBuffer x) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.AreaRange(FloatPointer x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.AreaRange(FloatPointer x)
The cropped area of the image must contain a fraction of the
supplied image within this range.
|
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.aspect_ratio_range_(FloatPointer aspect_ratio_range_) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.AspectRatioRange(float... x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.AspectRatioRange(float... x) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.AspectRatioRange(FloatBuffer x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.AspectRatioRange(FloatBuffer x) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.AspectRatioRange(FloatPointer x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.AspectRatioRange(FloatPointer x)
The cropped area of the image must have an aspect ratio =
width / height within this range.
|
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.max_attempts_(long max_attempts_) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.MaxAttempts(long x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.MaxAttempts(long x)
Number of attempts at generating a cropped region of the image
of the specified constraints.
|
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.min_object_covered_(float min_object_covered_) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.MinObjectCovered(float x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.MinObjectCovered(float x)
The cropped area of the image must contain at least this
fraction of any bounding box supplied.
|
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.position(long position) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.seed_(long seed_) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Seed(long x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.Seed(long x)
If either
seed or seed2 are set to non-zero, the random number
generator is seeded by the given seed. |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.seed2_(long seed2_) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Seed2(long x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.Seed2(long x)
A second seed to avoid seed collision.
|
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.use_image_if_no_bounding_boxes_(boolean use_image_if_no_bounding_boxes_) |
static tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.UseImageIfNoBoundingBoxes(boolean x) |
tensorflow.SampleDistortedBoundingBox.Attrs |
tensorflow.SampleDistortedBoundingBox.Attrs.UseImageIfNoBoundingBoxes(boolean x)
Controls behavior if no bounding boxes supplied.
|
| Constructor and Description |
|---|
SampleDistortedBoundingBox(tensorflow.Scope scope,
tensorflow.Input image_size,
tensorflow.Input bounding_boxes,
tensorflow.SampleDistortedBoundingBox.Attrs attrs) |
Copyright © 2019. All rights reserved.