Mech-Eye API 2.2.1
API reference documentation for Mech-Eye 3D Laser Profiler
All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Static Public Attributes | List of all members
mmind::eye::profile_extraction::SpotSelection Class Reference

Public Types

enum struct  Value { Strongest , Nearest , Farthest , Invalid }
 

Static Public Attributes

static constexpr const char * name = "SpotSelection"
 
static constexpr const char * description
 
static constexpr Parameter::Type type = Parameter::Type::_Enum
 

Detailed Description

Definition at line 86 of file ProfileExtractionParameters.h.

Member Enumeration Documentation

◆ Value

enum struct mmind::eye::profile_extraction::SpotSelection::Value
strong

Definition at line 102 of file ProfileExtractionParameters.h.

Member Data Documentation

◆ description

constexpr const char* mmind::eye::profile_extraction::SpotSelection::description
staticconstexpr
Initial value:
=
"If a pixel column contains multiple spots, the final spot is selected according to the "
"value of this parameter.\nStrongest: selects the spot with the highest "
"intensity as the final spot.\nNearest: selects the spot with the smallest Z value as the "
"final spot.\nFarthest: selects the spot with the greatest Z value as the final spot.\n"
"Invalid: regards the pixel column as invalid and discards the spots. The profile "
"therefore has a gap. Usually used for complex situations where selection is difficult to "
"make."

Definition at line 91 of file ProfileExtractionParameters.h.

◆ name

constexpr const char* mmind::eye::profile_extraction::SpotSelection::name = "SpotSelection"
staticconstexpr

Definition at line 89 of file ProfileExtractionParameters.h.

◆ type

constexpr Parameter::Type mmind::eye::profile_extraction::SpotSelection::type = Parameter::Type::_Enum
staticconstexpr

Definition at line 100 of file ProfileExtractionParameters.h.


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