| Package | Description |
|---|---|
| org.nd4j.autodiff.samediff.ops | |
| org.nd4j.linalg.api.ops.impl.image |
| Modifier and Type | Method and Description |
|---|---|
SDVariable |
SDImage.cropAndResize(String name,
SDVariable image,
SDVariable cropBoxes,
SDVariable boxIndices,
SDVariable cropOutSize,
CropAndResize.Method method,
double extrapolationValue)
Given an input image and some crop boxes, extract out the image subsets and resize them to the specified size.
|
| 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(INDArray image,
INDArray cropBoxes,
INDArray boxIndices,
INDArray cropOutSize,
CropAndResize.Method method,
double extrapolationValue) |
CropAndResize(SameDiff sameDiff,
SDVariable image,
SDVariable cropBoxes,
SDVariable boxIndices,
SDVariable cropOutSize,
CropAndResize.Method method,
double extrapolationValue) |
Copyright © 2019. All rights reserved.