|
enum struct | Value { Strongest
, Nearest
, Farthest
, Invalid
} |
|
◆ Value
enum struct mmind::eye::profile_extraction::SpotSelection::Value |
|
strong |
◆ 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 |
◆ type
The documentation for this class was generated from the following file: