NormalEstimationOMP estimates local surface properties at each 3D point, such as surface normals and curvatures, in parallel, using the OpenMP standard. More...
#include <normal_3d_omp.h>
Private Types | |
typedef pcl::PointCloud < pcl::Normal > | PointCloudOut |
Private Member Functions | |
bool | childInit (ros::NodeHandle &nh) |
Child initialization routine. Internal method. | |
void | computePublish (const PointCloudInConstPtr &cloud, const PointCloudInConstPtr &surface, const IndicesPtr &indices) |
Compute the feature and publish it. | |
void | emptyPublish (const PointCloudInConstPtr &cloud) |
Publish an empty point cloud of the feature output type. | |
Private Attributes | |
pcl::NormalEstimationOMP < pcl::PointXYZ, pcl::Normal > | impl_ |
NormalEstimationOMP estimates local surface properties at each 3D point, such as surface normals and curvatures, in parallel, using the OpenMP standard.
Definition at line 50 of file normal_3d_omp.h.
typedef pcl::PointCloud<pcl::Normal> pcl_ros::NormalEstimationOMP::PointCloudOut [private] |
Definition at line 55 of file normal_3d_omp.h.
bool pcl_ros::NormalEstimationOMP::childInit | ( | ros::NodeHandle & | nh | ) | [inline, private, virtual] |
Child initialization routine. Internal method.
Implements pcl_ros::Feature.
Definition at line 59 of file normal_3d_omp.h.
void pcl_ros::NormalEstimationOMP::computePublish | ( | const PointCloudInConstPtr & | cloud, |
const PointCloudInConstPtr & | surface, | ||
const IndicesPtr & | indices | ||
) | [private, virtual] |
Compute the feature and publish it.
Implements pcl_ros::Feature.
Definition at line 50 of file features/normal_3d_omp.cpp.
void pcl_ros::NormalEstimationOMP::emptyPublish | ( | const PointCloudInConstPtr & | cloud | ) | [private, virtual] |
Publish an empty point cloud of the feature output type.
Implements pcl_ros::Feature.
Definition at line 42 of file features/normal_3d_omp.cpp.
Definition at line 53 of file normal_3d_omp.h.