| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
IntOptional |
NeuralNetworkProperties.blobSize()
Blob binary size in bytes
|
IntOptional |
GlobalProperties.cameraTuningBlobSize()
Camera tuning blob size in bytes
|
IntOptional |
StereoDepthProperties.height()
Input frame height.
|
IntOptional |
StereoDepthProperties.RectificationMesh.meshSize()
Mesh array size in bytes, for each of 'left' and 'right' (need to match)
|
IntOptional |
StereoDepthProperties.outHeight()
Output disparity/depth height.
|
IntOptional |
StereoDepthProperties.outWidth()
Output disparity/depth width.
|
IntOptional |
IntOptional.put(int value) |
IntOptional |
IntOptional.put(IntOptional x) |
IntOptional |
Node.Input.queueSize() |
IntOptional |
StereoDepthProperties.width()
Input frame width.
|
| Modifier and Type | Method and Description |
|---|---|
NeuralNetworkProperties |
NeuralNetworkProperties.blobSize(IntOptional setter) |
GlobalProperties |
GlobalProperties.cameraTuningBlobSize(IntOptional setter) |
StereoDepthProperties |
StereoDepthProperties.height(IntOptional setter) |
StereoDepthProperties.RectificationMesh |
StereoDepthProperties.RectificationMesh.meshSize(IntOptional setter) |
StereoDepthProperties |
StereoDepthProperties.outHeight(IntOptional setter) |
StereoDepthProperties |
StereoDepthProperties.outWidth(IntOptional setter) |
IntOptional |
IntOptional.put(IntOptional x) |
StereoDepthProperties |
StereoDepthProperties.width(IntOptional setter) |
Copyright © 2021. All rights reserved.