Uses vtkWindowedSincPolyDataFilter to smooth the mesh.
More...
#include <windowed_sinc_smoothing_modifier.h>
|
std::vector< pcl::PolygonMesh > | modify (const pcl::PolygonMesh &mesh) const override |
|
Uses vtkWindowedSincPolyDataFilter to smooth the mesh.
Details of the implementation and the configuration parameters can be found here
- See also
- https://vtk.org/doc/nightly/html/classvtkWindowedSincPolyDataFilter.html
◆ modify()
std::vector< pcl::PolygonMesh > noether::WindowedSincSmoothing::modify |
( |
const pcl::PolygonMesh & |
mesh | ) |
const |
|
overridevirtual |