Mech-Eye API 2.3.3
API reference documentation for Mech-Eye 3D Laser Profiler
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::eye::Profile Struct Reference

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}
 

Detailed Description

Describes a single profile.

Definition at line 15 of file ProfileData.h.

Member Data Documentation

◆ depth

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.

◆ encoder

unsigned int mmind::eye::Profile::encoder {0}

Corresponding encoder value of the profile.

Definition at line 18 of file ProfileData.h.

◆ intensity

const unsigned char* mmind::eye::Profile::intensity {nullptr}

Pointer to the intensity values of the profile.

Definition at line 19 of file ProfileData.h.

◆ profileIndex

unsigned int mmind::eye::Profile::profileIndex {0}

Index of the profile.

Definition at line 17 of file ProfileData.h.


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