| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Point2f |
AprilTag.bottomLeft()
The detected bottom left coordinates.
|
Point2f |
Rect.bottomRight()
The bottom-right corner
|
Point2f |
AprilTag.bottomRight()
The detected bottom right coordinates.
|
Point2f |
RotatedRect.center() |
Point2f[] |
Point2fVector.get() |
Point2f |
Point2fVector.Iterator.get() |
Point2f |
Point2fVector.get(long i) |
Point2f |
Point2f.getPointer(long i) |
Point2f |
Point2fVector.pop_back() |
Point2f |
Point2f.position(long position) |
Point2f |
Rect.topLeft()
The top-left corner.
|
Point2f |
AprilTag.topLeft()
The detected top left coordinates.
|
Point2f |
AprilTag.topRight()
The detected top right coordinates.
|
Point2f |
Point2f.x(float setter) |
Point2f |
Point2f.y(float setter) |
| Modifier and Type | Method and Description |
|---|---|
AprilTag |
AprilTag.bottomLeft(Point2f setter) |
AprilTag |
AprilTag.bottomRight(Point2f setter) |
RotatedRect |
RotatedRect.center(Point2f setter) |
boolean |
Rect.contains(Point2f pt)
Checks whether the rectangle contains the point.
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(depthai.CameraBoardSocket cameraId,
int resizeWidth,
int resizeHeight,
Point2f topLeftPixelId,
Point2f bottomRightPixelId,
boolean keepAspectRatio)
Get the Camera Intrinsics object
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(depthai.CameraBoardSocket cameraId,
Pointer destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId,
boolean keepAspectRatio)
Get the Camera Intrinsics object
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(depthai.CameraBoardSocket cameraId,
Size2f destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId,
boolean keepAspectRatio)
Get the Camera Intrinsics object
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
int resizeWidth,
int resizeHeight,
Point2f topLeftPixelId,
Point2f bottomRightPixelId,
boolean keepAspectRatio) |
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
Pointer destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId,
boolean keepAspectRatio) |
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
Size2f destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId,
boolean keepAspectRatio) |
Point2fVector.Iterator |
Point2fVector.insert(Point2fVector.Iterator pos,
Point2f value) |
Point2fVector |
Point2fVector.push_back(Point2f value) |
Point2fVector |
Point2fVector.put(long i,
Point2f value) |
Point2fVector |
Point2fVector.put(Point2f... array) |
Point2fVector |
Point2fVector.put(Point2f value) |
AprilTag |
AprilTag.topLeft(Point2f setter) |
AprilTag |
AprilTag.topRight(Point2f setter) |
| Constructor and Description |
|---|
Point2fVector(Point2f... array) |
Point2fVector(Point2f value) |
Rect(Point2f pt1,
Point2f pt2) |
Rect(Point2f org,
Size2f sz) |
Copyright © 2023. All rights reserved.