Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Types | Static Public Attributes
EdgePreservation Class Reference

#include <PointCloudProcessing.h>

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
 

Member Enumeration Documentation

◆ Value

enum struct Value
strong
Enumerator
Sharp 
Normal 
Smooth 

Field Documentation

◆ description

constexpr const char* 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\"."

◆ name

constexpr const char* name = "PointCloudEdgePreservation"
staticconstexpr

◆ type

constexpr Parameter::Type type = Parameter::Type::_Enum
staticconstexpr

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