Mech-Eye API 2.4.0
API reference documentation for Mech-Eye Industrial 3D Camera
|
This struct defines the depth range. More...
#include <MechEyeDataType.h>
Public Member Functions | |
DepthRange (int lower, int upper) | |
Public Attributes | |
int | lower |
int | upper |
This struct defines the depth range.
Definition at line 169 of file MechEyeDataType.h.
|
inline |
Definition at line 172 of file MechEyeDataType.h.
int mmind::api::DepthRange::lower |
The lower limit of the roi on the z value of the depth map in the camera coordinate system.
Definition at line 173 of file MechEyeDataType.h.
int mmind::api::DepthRange::upper |
The upper limit of the roi on the z value of the depth map in the camera coordinate system
Definition at line 175 of file MechEyeDataType.h.