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

Image information used for stitching and correction. More...

#include <ProfilerCalibrationTypes.h>

Public Attributes

unsigned int groupID = 0
 Identifier for the image group or scan sequence.
ProfilerImage profilerImage
 The raw profiler image (depth + intensity).
cv::Size2f roiSize = {0.0f, 0.0f}
 Width and height of the region of interest.
cv::Point2f roiCenter = {0.0f, 0.0f}
 Center position of the region of interest.
float xBiasMm = kDefaultXBiasMm
 Default X Bias Mm.

Detailed Description

Image information used for stitching and correction.

Definition at line 412 of file ProfilerCalibrationTypes.h.

Member Data Documentation

◆ groupID

unsigned int mmind::eye::ImageInfo::groupID = 0

Identifier for the image group or scan sequence.

Definition at line 414 of file ProfilerCalibrationTypes.h.

◆ profilerImage

ProfilerImage mmind::eye::ImageInfo::profilerImage

The raw profiler image (depth + intensity).

Definition at line 415 of file ProfilerCalibrationTypes.h.

◆ roiCenter

cv::Point2f mmind::eye::ImageInfo::roiCenter = {0.0f, 0.0f}

Center position of the region of interest.

Definition at line 417 of file ProfilerCalibrationTypes.h.

◆ roiSize

cv::Size2f mmind::eye::ImageInfo::roiSize = {0.0f, 0.0f}

Width and height of the region of interest.

Definition at line 416 of file ProfilerCalibrationTypes.h.

◆ xBiasMm

float mmind::eye::ImageInfo::xBiasMm = kDefaultXBiasMm

Default X Bias Mm.

Definition at line 418 of file ProfilerCalibrationTypes.h.


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