|
Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
The corrected output result. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| cv::Mat | depth |
| The corrected depth map. | |
| cv::Mat | intensity |
| The corrected intensity (grayscale) image. | |
| cv::Point2f | pixelBiasToCamCoord |
| Pixel offset relative to the camera origin. | |
The corrected output result.
Definition at line 264 of file ProfilerCalibrationTypes.h.
| cv::Mat mmind::eye::TransformedImageInfo::depth |
The corrected depth map.
Definition at line 266 of file ProfilerCalibrationTypes.h.
| cv::Mat mmind::eye::TransformedImageInfo::intensity |
The corrected intensity (grayscale) image.
Definition at line 267 of file ProfilerCalibrationTypes.h.
| cv::Point2f mmind::eye::TransformedImageInfo::pixelBiasToCamCoord |
Pixel offset relative to the camera origin.
Definition at line 268 of file ProfilerCalibrationTypes.h.