Point Cloud Library (PCL)
1.11.0
|
41 #include <pcl/surface/processing.h>
42 #include <pcl/surface/vtk_smoothing/vtk.h>
59 { LINEAR,
LOOP, BUTTERFLY };
71 inline MeshSubdivisionVTKFilterType
PCL mesh smoothing based on the vtkLinearSubdivisionFilter, vtkLoopSubdivisionFilter,...
MeshSubdivisionVTKFilterType getFilterType()
Get the mesh subdivision filter type.
void performProcessing(pcl::PolygonMesh &output) override
Abstract surface processing method.
MeshSubdivisionVTK()
Empty constructor.
MeshSubdivisionVTKFilterType
void setFilterType(MeshSubdivisionVTKFilterType type)
Set the mesh subdivision filter type.
MeshProcessing represents the base class for mesh processing algorithms.