Mech-Eye API 2.4.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Describes a single profile. More...
#include <ProfileData.h>
Public Attributes | |
unsigned int | profileIndex {0} |
Index of the profile. | |
unsigned int | encoder {0} |
Corresponding encoder value of the profile. | |
const unsigned char * | intensity {nullptr} |
Pointer to the intensity values of the profile. | |
const float * | depth {nullptr} |
Describes a single profile.
Definition at line 15 of file ProfileData.h.
const float* mmind::eye::Profile::depth {nullptr} |
Pointer to the depth values of the profile. The unit of depth data is millimeter.
Definition at line 20 of file ProfileData.h.
unsigned int mmind::eye::Profile::encoder {0} |
Corresponding encoder value of the profile.
Definition at line 18 of file ProfileData.h.
const unsigned char* mmind::eye::Profile::intensity {nullptr} |
Pointer to the intensity values of the profile.
Definition at line 19 of file ProfileData.h.
unsigned int mmind::eye::Profile::profileIndex {0} |
Index of the profile.
Definition at line 17 of file ProfileData.h.