| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Point3f |
Point3f.getPointer(long i) |
Point3f |
Point3f.position(long position) |
Point3f |
SpatialLocations.spatialCoordinates()
Spatial coordinates: x,y,z; x,y are the relative positions of the center of ROI to the center of depth map
|
Point3f |
SpatialImgDetection.spatialCoordinates() |
Point3f |
Tracklet.spatialCoordinates()
Spatial coordinates of tracklet.
|
Point3f |
Extrinsics.specTranslation()
(x, y, z) pose of destCameraSocket w.r.t currentCameraSocket measured through CAD design
|
Point3f |
Extrinsics.translation()
(x, y, z) pose of destCameraSocket w.r.t currentCameraSocket obtained through calibration
|
Point3f |
Point3f.x(float setter) |
Point3f |
Point3f.y(float setter) |
Point3f |
Point3f.z(float setter) |
| Modifier and Type | Method and Description |
|---|---|
SpatialLocations |
SpatialLocations.spatialCoordinates(Point3f setter) |
SpatialImgDetection |
SpatialImgDetection.spatialCoordinates(Point3f setter) |
Tracklet |
Tracklet.spatialCoordinates(Point3f setter) |
Extrinsics |
Extrinsics.specTranslation(Point3f setter) |
Extrinsics |
Extrinsics.translation(Point3f setter) |
Copyright © 2021. All rights reserved.