| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
WarpProperties.Interpolation |
Warp.getInterpolation()
Retrieve which interpolation method to use
|
WarpProperties.Interpolation |
WarpProperties.Interpolation.intern() |
WarpProperties.Interpolation |
WarpProperties.interpolation() |
static WarpProperties.Interpolation |
WarpProperties.Interpolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarpProperties.Interpolation[] |
WarpProperties.Interpolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WarpProperties |
WarpProperties.interpolation(WarpProperties.Interpolation setter) |
void |
Warp.setInterpolation(WarpProperties.Interpolation interpolation)
Specify which interpolation method to use
|
Copyright © 2023. All rights reserved.