| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
StereoDepthProperties.DepthAlign |
StereoDepthProperties.depthAlign()
Set the disparity/depth alignment to the perspective of a rectified output, or center it
|
StereoDepthProperties.DepthAlign |
StereoDepthProperties.DepthAlign.intern() |
static StereoDepthProperties.DepthAlign |
StereoDepthProperties.DepthAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StereoDepthProperties.DepthAlign[] |
StereoDepthProperties.DepthAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StereoDepthProperties |
StereoDepthProperties.depthAlign(StereoDepthProperties.DepthAlign setter) |
void |
StereoDepth.setDepthAlign(StereoDepthProperties.DepthAlign align) |
Copyright © 2021. All rights reserved.