![]() |
Noether
0.0.0
|
Estimates vertex normals of an input mesh using PCL.
#include <normal_estimation_pcl.h>
Public Member Functions | |
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 |
Protected Attributes | |
double | radius_ |
double | vx_ |
double | vy_ |
double | vz_ |
Additional Inherited Members | |
![]() | |
using | Ptr = std::unique_ptr< MeshModifier > |
using | ConstPtr = std::unique_ptr< const MeshModifier > |
|
overridevirtual |
Reimplemented from noether::MeshModifier.