Configuration information for WindowedSincSmoothing.
More...
#include <windowed_sinc_smoothing_modifier.h>
|
std::size_t | num_iter = 100 |
|
bool | enable_boundary_smoothing = true |
| Set to true to enable.
|
|
bool | enable_feature_edge_smoothing = false |
| Set to true to enable.
|
|
bool | enable_non_manifold_smoothing = true |
| Set to true to enable.
|
|
bool | enable_normalize_coordinates = true |
| Set to true to enable.
|
|
double | feature_angle = 10.0 |
| degrees, only applicable when feature_edge_smoothing = true
|
|
double | edge_angle = 150.0 |
| degrees, only applicable when feature_edge_smoothing = true
|
|
double | pass_band = 0.01 |
| PassBand for the windowed sinc filter, see explanation in reference link.
|
|
Configuration information for WindowedSincSmoothing.