Mech-Eye API 2.3.0
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::pointcloud_processing_setting::EdgePreservation Class Reference

Public Types

enum struct  Value { Sharp , Normal , Smooth }
 

Static Public Attributes

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

Detailed Description

Definition at line 137 of file PointCloudProcessing.h.

Member Enumeration Documentation

◆ Value

enum struct mmind::eye::pointcloud_processing_setting::EdgePreservation::Value
strong

Definition at line 153 of file PointCloudProcessing.h.

Member Data Documentation

◆ description

constexpr const char* mmind::eye::pointcloud_processing_setting::EdgePreservation::description
staticconstexpr
Initial value:
=
"Preserves the sharpness of object edges during surface smoothing. Sharp: Preserves the "
"sharpness of object edges as much as possible. However, the effect of surface smoothing "
"will be reduced. Normal: Balances between edge preservation and surface smoothing. "
"Smooth: Does not preserve the edges.The object surface will be well smoothed, but the "
"object edges will be distorted.\n\nNote: \"EdgePreservation\" is unavailable when "
"\"FringeCodingMode\" in the \"mmind::eye::projector_setting\" namespace is set to "
"\"Translucent\"."

Definition at line 142 of file PointCloudProcessing.h.

◆ name

constexpr const char* mmind::eye::pointcloud_processing_setting::EdgePreservation::name = "PointCloudEdgePreservation"
staticconstexpr

Definition at line 140 of file PointCloudProcessing.h.

◆ type

constexpr Parameter::Type mmind::eye::pointcloud_processing_setting::EdgePreservation::type = Parameter::Type::_Enum
staticconstexpr

Definition at line 151 of file PointCloudProcessing.h.


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