Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
Defines the 3D camera intrinsic parameters, including the intrinsic parameters of the texture 2D camera, the intrinsic parameters of the depth 2D camera(s), and the transformation between them. More...
#include <CameraProperties.h>
Data Fields | |
Intrinsics2DCamera | texture |
Intrinsics2DCamera | depth |
The intrinsic parameters of the depth 2D camera(s) for capturing the depth map. | |
Transformation | depthToTexture |
Defines the 3D camera intrinsic parameters, including the intrinsic parameters of the texture 2D camera, the intrinsic parameters of the depth 2D camera(s), and the transformation between them.
Intrinsics2DCamera depth |
The intrinsic parameters of the depth 2D camera(s) for capturing the depth map.
Transformation depthToTexture |
The rigid body transformation from the reference frame of the depth 2D camera(s) to the reference frame of the texture 2D camera. If the texture 2D camera is the same as the depth 2D camera, no transformation is provided.
Intrinsics2DCamera texture |
The intrinsic parameters of the texture 2D camera for capturing the 2D image (texture).