Mech-Eye API 2.4.0
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>
Public Attributes | |
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.
Definition at line 137 of file CameraProperties.h.
Intrinsics2DCamera mmind::eye::CameraIntrinsics::depth |
The intrinsic parameters of the depth 2D camera(s) for capturing the depth map.
Definition at line 142 of file CameraProperties.h.
Transformation mmind::eye::CameraIntrinsics::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.
Definition at line 144 of file CameraProperties.h.
Intrinsics2DCamera mmind::eye::CameraIntrinsics::texture |
The intrinsic parameters of the texture 2D camera for capturing the 2D image (texture).
Definition at line 139 of file CameraProperties.h.