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

Stores the stitching results. More...

#include <ProfilerCalibrationTypes.h>

Public Attributes

ProfilerImage majorStitchImage
 The stitched image for the primary laser profiler.
cv::Point2i majorPixelBiasToCamCoord
std::vector< MinorStitchResultminorStitchResults
 The stitching results of the secondary laser profiler(s).

Detailed Description

Stores the stitching results.

Definition at line 216 of file ProfilerCalibrationTypes.h.

Member Data Documentation

◆ majorPixelBiasToCamCoord

cv::Point2i mmind::eye::MultiStitchResult::majorPixelBiasToCamCoord

The bias offset of the primary laser profiler depth to main profiler coordinate system.

Definition at line 219 of file ProfilerCalibrationTypes.h.

◆ majorStitchImage

ProfilerImage mmind::eye::MultiStitchResult::majorStitchImage

The stitched image for the primary laser profiler.

Definition at line 218 of file ProfilerCalibrationTypes.h.

◆ minorStitchResults

std::vector<MinorStitchResult> mmind::eye::MultiStitchResult::minorStitchResults

The stitching results of the secondary laser profiler(s).

Definition at line 222 of file ProfilerCalibrationTypes.h.


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