Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
Loading...
Searching...
No Matches
Data Fields
Profile Struct Reference

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}
 

Detailed Description

Describes a single profile.

Field Documentation

◆ depth

const float* depth {nullptr}

Pointer to the depth values of the profile. The unit of depth data is millimeter.

◆ encoder

unsigned int encoder {0}

Corresponding encoder value of the profile.

◆ intensity

const unsigned char* intensity {nullptr}

Pointer to the intensity values of the profile.

◆ profileIndex

unsigned int profileIndex {0}

Index of the profile.


The documentation for this struct was generated from the following file: