Package | Description |
---|---|
org.nd4j.linalg.api.ops.impl.image |
Modifier and Type | Field and Description |
---|---|
protected CropAndResize.Method |
CropAndResize.method |
Modifier and Type | Method and Description |
---|---|
static CropAndResize.Method |
CropAndResize.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CropAndResize.Method[] |
CropAndResize.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CropAndResize(@NonNull INDArray image,
@NonNull INDArray cropBoxes,
@NonNull INDArray boxIndices,
@NonNull INDArray cropOutSize,
@NonNull CropAndResize.Method method,
double extrapolationValue,
INDArray output) |
CropAndResize(@NonNull SameDiff sameDiff,
@NonNull SDVariable image,
@NonNull SDVariable cropBoxes,
@NonNull SDVariable boxIndices,
@NonNull SDVariable cropOutSize,
@NonNull CropAndResize.Method method,
double extrapolationValue) |
Copyright © 2020. All rights reserved.