Device Calibration.
More...
|
| Vector2 | TransformTo2D (Vector2 sourcePoint2D, float sourceDepth, CalibrationDeviceType sourceCamera, CalibrationDeviceType targetCamera) |
| | Transform a 2D pixel coordinate with an associated depth value of the source camera into a 2D pixel coordinate of the target camera. More...
|
| |
| Vector3 | TransformTo3D (Vector2 sourcePoint2D, float sourceDepth, CalibrationDeviceType sourceCamera, CalibrationDeviceType targetCamera) |
| | Transform a 2D pixel coordinate with an associated depth value of the source camera into a 3D point of the target coordinate system. More...
|
| |
| Vector2 | TransformTo2D (Vector3 sourcePoint3D, CalibrationDeviceType sourceCamera, CalibrationDeviceType targetCamera) |
| | Transform a 3D point of a source coordinate system into a 2D pixel coordinate of the target camera. More...
|
| |
| Vector3 | TransformTo3D (Vector3 sourcePoint3D, CalibrationDeviceType sourceCamera, CalibrationDeviceType targetCamera) |
| | Transform a 3D point of a source coordinate system into a 3D point of the target coordinate system. More...
|
| |
| Vector2 | TransformColor2DToDepth2D (Vector2 sourcePoint2D, Image depth) |
| | Transform a 2D pixel coordinate from color camera into a 2D pixel coordinate of the depth camera. More...
|
| |
| Transformation | CreateTransformation () |
| | Creates a Transformation object from this calibration. More...
|
| |
|
override bool | Equals (object obj) |
| |
|
bool | Equals (Calibration other) |
| |
|
override int | GetHashCode () |
| |
The documentation for this struct was generated from the following file: