Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Defines the dimensions of the frustums of the calibration target. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
float | targetTopLength = 30 |
float | targetBottomLength = 60 |
float | targetHeight |
The height of the frustums of the calibration target in millimeters (mm). | |
Defines the dimensions of the frustums of the calibration target.
Definition at line 41 of file ProfilerCalibrationTypes.h.
float mmind::eye::TargetSize::targetBottomLength = 60 |
The lower base length of the frustums of the calibration target in millimeters (mm).
Definition at line 45 of file ProfilerCalibrationTypes.h.
float mmind::eye::TargetSize::targetHeight |
The height of the frustums of the calibration target in millimeters (mm).
Definition at line 47 of file ProfilerCalibrationTypes.h.
float mmind::eye::TargetSize::targetTopLength = 30 |
The upper base length of the frustums of the calibration target in millimeters (mm).
Definition at line 43 of file ProfilerCalibrationTypes.h.