| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.area_range_(FloatPointer area_range_) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.AreaRange(float... x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.AreaRange(float... x) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.AreaRange(FloatBuffer x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.AreaRange(FloatBuffer x) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.AreaRange(FloatPointer x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.AreaRange(FloatPointer x)
The cropped area of the image must contain a fraction of the
supplied image within this range.
|
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.aspect_ratio_range_(FloatPointer aspect_ratio_range_) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.AspectRatioRange(float... x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.AspectRatioRange(float... x) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.AspectRatioRange(FloatBuffer x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.AspectRatioRange(FloatBuffer x) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.AspectRatioRange(FloatPointer x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.AspectRatioRange(FloatPointer x)
The cropped area of the image must have an aspect ratio =
width / height within this range.
|
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.max_attempts_(long max_attempts_) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.MaxAttempts(long x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.MaxAttempts(long x)
Number of attempts at generating a cropped region of the image
of the specified constraints.
|
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.position(long position) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.seed_(long seed_) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Seed(long x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.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.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.seed2_(long seed2_) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Seed2(long x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.Seed2(long x)
A second seed to avoid seed collision.
|
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.use_image_if_no_bounding_boxes_(boolean use_image_if_no_bounding_boxes_) |
static tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.UseImageIfNoBoundingBoxes(boolean x) |
tensorflow.SampleDistortedBoundingBoxV2.Attrs |
tensorflow.SampleDistortedBoundingBoxV2.Attrs.UseImageIfNoBoundingBoxes(boolean x)
Controls behavior if no bounding boxes supplied.
|
| Constructor and Description |
|---|
SampleDistortedBoundingBoxV2(tensorflow.Scope scope,
tensorflow.Input image_size,
tensorflow.Input bounding_boxes,
tensorflow.Input min_object_covered,
tensorflow.SampleDistortedBoundingBoxV2.Attrs attrs) |
Copyright © 2019. All rights reserved.