Estimates vertex normals of an input mesh using PCL.
More...
#include <normal_estimation_pcl.h>
|
| NormalEstimationPCLMeshModifier (double radius, double vx=0.0, double vy=0.0, double vz=0.0) |
|
std::vector< pcl::PolygonMesh > | modify (const pcl::PolygonMesh &mesh) const override |
|
|
double | radius_ |
|
double | vx_ |
|
double | vy_ |
|
double | vz_ |
|
Estimates vertex normals of an input mesh using PCL.
◆ modify()
std::vector< pcl::PolygonMesh > noether::NormalEstimationPCLMeshModifier::modify |
( |
const pcl::PolygonMesh & |
mesh | ) |
const |
|
overridevirtual |