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

Parameters required for stitching. More...

#include <ProfilerCalibrationTypes.h>

Public Attributes

std::string cameraModel
 The model of the laser profilers.
DeviceInfo majorDeviceInfo
 The device information of the primary laser profiler.
std::vector< DeviceInfominorDeviceInfos
 The device information of the secondary laser profiler.
TargetSize targetSize
 The dimensions of the frustums of the calibration target.
std::vector< TargetPosetargetPoses
 The relative position of the frustums of the calibration target.

Detailed Description

Parameters required for stitching.

Definition at line 191 of file ProfilerCalibrationTypes.h.

Member Data Documentation

◆ cameraModel

std::string mmind::eye::MultiStitchParams::cameraModel

The model of the laser profilers.

Definition at line 193 of file ProfilerCalibrationTypes.h.

◆ majorDeviceInfo

DeviceInfo mmind::eye::MultiStitchParams::majorDeviceInfo

The device information of the primary laser profiler.

Definition at line 194 of file ProfilerCalibrationTypes.h.

◆ minorDeviceInfos

std::vector<DeviceInfo> mmind::eye::MultiStitchParams::minorDeviceInfos

The device information of the secondary laser profiler.

Definition at line 196 of file ProfilerCalibrationTypes.h.

◆ targetPoses

std::vector<TargetPose> mmind::eye::MultiStitchParams::targetPoses

The relative position of the frustums of the calibration target.

Definition at line 199 of file ProfilerCalibrationTypes.h.

◆ targetSize

TargetSize mmind::eye::MultiStitchParams::targetSize

The dimensions of the frustums of the calibration target.

Definition at line 197 of file ProfilerCalibrationTypes.h.


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