| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Size2f |
Size2f.getPointer(long i) |
Size2f |
Size2f.height(float setter) |
Size2f |
Size2f.position(long position) |
Size2f |
Rect.size()
Size (width, height) of the rectangle
|
Size2f |
RotatedRect.size() |
Size2f |
Size2f.width(float setter) |
| Modifier and Type | Method and Description |
|---|---|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(depthai.CameraBoardSocket cameraId,
Size2f destShape) |
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(depthai.CameraBoardSocket cameraId,
Size2f destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId)
Get the Camera Intrinsics object
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
Size2f destShape) |
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
Size2f destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId) |
void |
CalibrationHandler.setCameraIntrinsics(depthai.CameraBoardSocket cameraId,
FloatVectorVector intrinsics,
Size2f frameSize)
Set the Camera Intrinsics object
|
void |
CalibrationHandler.setCameraIntrinsics(int cameraId,
FloatVectorVector intrinsics,
Size2f frameSize) |
RotatedRect |
RotatedRect.size(Size2f setter) |
| Constructor and Description |
|---|
Rect(Point2f org,
Size2f sz) |
Copyright © 2021. All rights reserved.