| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
FloatOptional |
StereoDepthProperties.alphaScaling()
Free scaling parameter between 0 (when all the pixels in the undistorted image are valid)
and 1 (when all the source image pixels are retained in the undistorted image).
|
FloatOptional |
StereoDepthProperties.baseline()
Override baseline from calibration.
|
FloatOptional |
RawStereoDepthConfig.AlgorithmControl.centerAlignmentShiftFactor()
Used only for debug purposes.
|
FloatOptional |
StereoDepthProperties.focalLength()
Override focal length from calibration.
|
FloatOptional |
FloatOptional.put(float value) |
FloatOptional |
FloatOptional.put(FloatOptional x) |
| Modifier and Type | Method and Description |
|---|---|
StereoDepthProperties |
StereoDepthProperties.alphaScaling(FloatOptional setter) |
StereoDepthProperties |
StereoDepthProperties.baseline(FloatOptional setter) |
RawStereoDepthConfig.AlgorithmControl |
RawStereoDepthConfig.AlgorithmControl.centerAlignmentShiftFactor(FloatOptional setter) |
StereoDepthProperties |
StereoDepthProperties.focalLength(FloatOptional setter) |
FloatOptional |
FloatOptional.put(FloatOptional x) |
Copyright © 2023. All rights reserved.