Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
mmind::eye::ProfilerImage Struct Reference

Stores the intensity image and depth map acquired by the laser profiler. More...

#include <ProfilerCalibrationTypes.h>

Public Attributes

cv::Mat depth
 Depth map acquired by the laser profiler.
 
cv::Mat intensity
 Intensity image acquired by the laser profiler.
 

Detailed Description

Stores the intensity image and depth map acquired by the laser profiler.

Definition at line 32 of file ProfilerCalibrationTypes.h.

Member Data Documentation

◆ depth

cv::Mat mmind::eye::ProfilerImage::depth

Depth map acquired by the laser profiler.

Definition at line 34 of file ProfilerCalibrationTypes.h.

◆ intensity

cv::Mat mmind::eye::ProfilerImage::intensity

Intensity image acquired by the laser profiler.

Definition at line 35 of file ProfilerCalibrationTypes.h.


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