Astra SDK
v2.1.3
|
Public 成员函数 | |
CoordinateMapper (int resolutionX, int resolutionY, float hFov, float vFov) | |
Vector3D | MapDepthPointToWorldSpace (Vector3D depthPoint) |
Vector3D | MapWorldPointToDepthSpace (Vector3D worldPoint) |
The type Coordinate mapper. get world position from depth or get depth position from world.
The type CoordinateMapper.
|
inline |
Instantiates a new Coordinate mapper.
resolutionX | the resolution x |
resolutionY | the resolution y |
hFov | the h fov |
vFov | the v fov |
Map depth point to world space vector3d.
depthPoint | the depth point |
Map world point to depth space vector3d.
worldPoint | the world point |