MeshModifier that fits planes to the input mesh and projects the vertices onto the face.
More...
#include <plane_projection_modifier.h>
|
| PlaneProjectionMeshModifier (double distance_threshold, unsigned max_planes=1, unsigned min_vertices=1) |
|
std::vector< pcl::PolygonMesh > | modify (const pcl::PolygonMesh &mesh) const override |
|
|
double | distance_threshold_ |
|
unsigned | max_planes_ |
|
unsigned | min_vertices_ |
|
MeshModifier that fits planes to the input mesh and projects the vertices onto the face.
◆ modify()
std::vector< pcl::PolygonMesh > noether::PlaneProjectionMeshModifier::modify |
( |
const pcl::PolygonMesh & |
mesh | ) |
const |
|
overridevirtual |