Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
Loading...
Searching...
No Matches
mmind::eye::MinorStitchResult Struct Reference

Stores the stitching results of the secondary laser profiler, including the stitched image and transformation matrix. More...

#include <ProfilerCalibrationTypes.h>

Public Attributes

ProfilerImage stitchResultImage
 The stitched image for the secondary laser profiler.
cv::Matx34f matrixRT
 The transformation matrix (R|T) for the secondary laser profiler.camera.

Detailed Description

Stores the stitching results of the secondary laser profiler, including the stitched image and transformation matrix.

Definition at line 206 of file ProfilerCalibrationTypes.h.

Member Data Documentation

◆ matrixRT

cv::Matx34f mmind::eye::MinorStitchResult::matrixRT

The transformation matrix (R|T) for the secondary laser profiler.camera.

Definition at line 210 of file ProfilerCalibrationTypes.h.

◆ stitchResultImage

ProfilerImage mmind::eye::MinorStitchResult::stitchResultImage

The stitched image for the secondary laser profiler.

Definition at line 208 of file ProfilerCalibrationTypes.h.


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