Noether  0.0.0
All Classes Files Functions Variables Typedefs Modules Pages
noether::WindowedSincSmoothing::Config Struct Reference

Configuration information for WindowedSincSmoothing. More...

#include <windowed_sinc_smoothing_modifier.h>

Public Attributes

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.
 

Detailed Description

Configuration information for WindowedSincSmoothing.