NormalEstimation estimates local surface properties at each 3D point, such as surface normals and curvatures. More...
#include <normal_3d.h>
Private Member Functions | |
void | compute (pcl::PointCloud< pcl::Normal > &) |
Make the compute (&PointCloudOut); inaccessible from outside the class. | |
void | computeFeatureEigen (pcl::PointCloud< Eigen::MatrixXf > &output) |
Estimate normals for all points given in <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod () |
NormalEstimation estimates local surface properties at each 3D point, such as surface normals and curvatures.
Definition at line 375 of file normal_3d.h.
void pcl::NormalEstimation< PointInT, Eigen::MatrixXf >::compute | ( | pcl::PointCloud< pcl::Normal > & | ) | [inline, private] |
Make the compute (&PointCloudOut); inaccessible from outside the class.
[out] | output | the output point cloud |
Reimplemented from pcl::Feature< PointInT, pcl::Normal >.
Definition at line 402 of file normal_3d.h.
void pcl::NormalEstimation< PointInT, Eigen::MatrixXf >::computeFeatureEigen | ( | pcl::PointCloud< Eigen::MatrixXf > & | output | ) | [private, virtual] |
Estimate normals for all points given in <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod ()
[out] | output | the resultant point cloud model dataset that contains surface normals and curvatures |
Reimplemented from pcl::NormalEstimation< PointInT, pcl::Normal >.
Definition at line 103 of file normal_3d.hpp.