Class MomentInvariantsEstimation

Inheritance Relationships

Base Type

Class Documentation

class MomentInvariantsEstimation : public pcl_ros::Feature

MomentInvariantsEstimation estimates the 3 moment invariants (j1, j2, j3) at each 3D point.

Author

Radu Bogdan Rusu

Note

The code is stateful as we do not expect this class to be multicore parallelized. Please look at NormalEstimationOpenMP and NormalEstimationTBB for examples on how to extend this to parallel implementations.