39 #ifndef VTK_MESH_QUADRIC_DECIMATION_H_ 40 #define VTK_MESH_QUADRIC_DECIMATION_H_ 42 #include <pcl/surface/processing.h> 43 #include <pcl/surface/vtk_smoothing/vtk.h> 64 target_reduction_factor_ = factor;
71 return target_reduction_factor_;
79 float target_reduction_factor_;
float getTargetReductionFactor()
Get the target reduction factor.
MeshProcessing represents the base class for mesh processing algorithms.
void setTargetReductionFactor(float factor)
Set the percentage of faces that should be removed.
PCL mesh decimation based on vtkQuadricDecimation from the VTK library.