|
enum struct | Value { Off
, Weak
, Normal
, Strong
} |
|
Definition at line 69 of file PointCloudProcessing.h.
◆ Value
enum struct mmind::eye::pointcloud_processing_setting::NoiseRemoval::Value |
|
strong |
◆ description
constexpr const char* mmind::eye::pointcloud_processing_setting::NoiseRemoval::description |
|
staticconstexpr |
Initial value:=
"Removes the noise in the point cloud, thus reducing the impact on the precision and "
"accuracy of subsequent calculation. Noise is the scattered points close to the object "
"surface. Noise removal might remove some sharp object features. The more intense the "
"noise removal, the more object features might be removed. If this function removes the "
"needed object features, please reduce the intensity. However, more noise will be "
"retained."
Definition at line 74 of file PointCloudProcessing.h.
◆ name
constexpr const char* mmind::eye::pointcloud_processing_setting::NoiseRemoval::name = "PointCloudNoiseRemoval" |
|
staticconstexpr |
◆ type
The documentation for this class was generated from the following file: