| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Point2f |
Rect.bottomRight()
The bottom-right corner
|
Point2f |
RotatedRect.center() |
Point2f |
Point2f.getPointer(long i) |
Point2f |
Point2f.position(long position) |
Point2f |
Rect.topLeft()
The top-left corner.
|
Point2f |
RawImageManipConfig.ResizeConfig.warpFourPoints() |
Point2f |
Point2f.x(float setter) |
Point2f |
Point2f.y(float setter) |
| Modifier and Type | Method and Description |
|---|---|
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)
Get the Camera Intrinsics object
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(depthai.CameraBoardSocket cameraId,
Pointer destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId)
Get the Camera Intrinsics object
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(depthai.CameraBoardSocket cameraId,
Size2f destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId)
Get the Camera Intrinsics object
|
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
int resizeWidth,
int resizeHeight,
Point2f topLeftPixelId,
Point2f bottomRightPixelId) |
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
Pointer destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId) |
FloatVectorVector |
CalibrationHandler.getCameraIntrinsics(int cameraId,
Size2f destShape,
Point2f topLeftPixelId,
Point2f bottomRightPixelId) |
void |
ImageManipConfig.setWarpTransformFourPoints(Point2f pt,
boolean normalizedCoords)
Specifies warp by suppling 4 points in either absolute or normalized coordinates
|
RawImageManipConfig.ResizeConfig |
RawImageManipConfig.ResizeConfig.warpFourPoints(Point2f setter) |
| Constructor and Description |
|---|
Rect(Point2f pt1,
Point2f pt2) |
Rect(Point2f org,
Size2f sz) |
Copyright © 2021. All rights reserved.