Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::api::ElementPointXYZBGR Struct Reference

Element in PointXYZBGRMap. More...

#include <MechEyeFrame.hpp>

Public Attributes

float x {0}
 X channel, unit: mm.
 
float y {0}
 Y channel, unit: mm.
 
float z {0}
 Z channel, unit: mm.
 
uint8_t b {0}
 Blue channel.
 
uint8_t g {0}
 Green channel.
 
uint8_t r {0}
 Red channel.
 

Detailed Description

Element in PointXYZBGRMap.

Definition at line 78 of file MechEyeFrame.hpp.

Member Data Documentation

◆ b

uint8_t mmind::api::ElementPointXYZBGR::b {0}

Blue channel.

Definition at line 83 of file MechEyeFrame.hpp.

◆ g

uint8_t mmind::api::ElementPointXYZBGR::g {0}

Green channel.

Definition at line 84 of file MechEyeFrame.hpp.

◆ r

uint8_t mmind::api::ElementPointXYZBGR::r {0}

Red channel.

Definition at line 85 of file MechEyeFrame.hpp.

◆ x

float mmind::api::ElementPointXYZBGR::x {0}

X channel, unit: mm.

Definition at line 80 of file MechEyeFrame.hpp.

◆ y

float mmind::api::ElementPointXYZBGR::y {0}

Y channel, unit: mm.

Definition at line 81 of file MechEyeFrame.hpp.

◆ z

float mmind::api::ElementPointXYZBGR::z {0}

Z channel, unit: mm.

Definition at line 82 of file MechEyeFrame.hpp.


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