Mech-Eye API 2.3.3
API reference documentation for Mech-Eye 3D Laser Profiler
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
mmind::eye::profile_processing::Resampling Class Reference

Public Types

enum struct  Value { Nearest , Farthest }
 

Static Public Attributes

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

Detailed Description

Definition at line 101 of file ProfileProcessingParameters.h.

Member Enumeration Documentation

◆ Value

enum struct mmind::eye::profile_processing::Resampling::Value
strong

Definition at line 116 of file ProfileProcessingParameters.h.

Member Data Documentation

◆ description

constexpr const char* mmind::eye::profile_processing::Resampling::description
staticconstexpr
Initial value:
=
"Select the point to be retained during resampling. \nMultiple points with different Z "
"values may exist at the same location on the X-axis. This parameter is used to select the "
"point to be retained in such a situation.\n\nNearest: retains the point closest to the "
"laser profiler.\nFarthest: retains the point farthest from the laser profiler.\nIf the "
"needed feature is at the bottom of the target object (such as the inner bottom of a "
"cylindrical container), you can select \"Farthest\""

Definition at line 106 of file ProfileProcessingParameters.h.

◆ name

constexpr const char* mmind::eye::profile_processing::Resampling::name = "Resampling"
staticconstexpr

Definition at line 104 of file ProfileProcessingParameters.h.

◆ type

constexpr Parameter::Type mmind::eye::profile_processing::Resampling::type = Parameter::Type::_Enum
staticconstexpr

Definition at line 114 of file ProfileProcessingParameters.h.


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