MomentInvariantsEstimation estimates the 3 moment invariants (j1, j2, j3) at each 3D point. More...
#include <moment_invariants.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 moment invariants for all points given in <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod () |
MomentInvariantsEstimation estimates the 3 moment invariants (j1, j2, j3) at each 3D point.
Definition at line 127 of file moment_invariants.h.
void pcl::MomentInvariantsEstimation< 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 |
Definition at line 149 of file moment_invariants.h.
void pcl::MomentInvariantsEstimation< PointInT, Eigen::MatrixXf >::computeFeatureEigen | ( | pcl::PointCloud< Eigen::MatrixXf > & | output | ) | [private, virtual] |
Estimate moment invariants 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 the moment invariants |
Reimplemented from pcl::MomentInvariantsEstimation< PointInT, pcl::MomentInvariants >.
Definition at line 160 of file moment_invariants.hpp.