Mech-Eye API 2.5.2
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 47 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 52 of file ProfileData.h.
unsigned int mmind::eye::Profile::encoder {0} |
Corresponding encoder value of the profile.
Definition at line 50 of file ProfileData.h.
const unsigned char* mmind::eye::Profile::intensity {nullptr} |
Pointer to the intensity values of the profile.
Definition at line 51 of file ProfileData.h.
unsigned int mmind::eye::Profile::profileIndex {0} |
Index of the profile.
Definition at line 49 of file ProfileData.h.