|
Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
|
Describes a single profile. More...
#include <ProfileData.h>
Data Fields | |
| 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.
| const float* depth {nullptr} |
Pointer to the depth values of the profile. The unit of depth data is millimeter.
| unsigned int encoder {0} |
Corresponding encoder value of the profile.
| const unsigned char* intensity {nullptr} |
Pointer to the intensity values of the profile.
| unsigned int profileIndex {0} |
Index of the profile.