Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
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. | |
Stores the intensity image and depth map acquired by the laser profiler.
Definition at line 32 of file ProfilerCalibrationTypes.h.
cv::Mat mmind::eye::ProfilerImage::depth |
Depth map acquired by the laser profiler.
Definition at line 34 of file ProfilerCalibrationTypes.h.
cv::Mat mmind::eye::ProfilerImage::intensity |
Intensity image acquired by the laser profiler.
Definition at line 35 of file ProfilerCalibrationTypes.h.