small_gicp
|
Computes point covariances from eigenvectors and sets them to the point cloud. More...
#include <normal_estimation.hpp>
Static Public Member Functions | |
static void | set_invalid (PointCloud &cloud, size_t i) |
Handle invalid case (too few points). More... | |
static void | set (PointCloud &cloud, size_t i, const Eigen::Matrix3d &eigenvectors) |
Compute and set the covariance to the point cloud. More... | |
Computes point covariances from eigenvectors and sets them to the point cloud.
|
inlinestatic |
Compute and set the covariance to the point cloud.
|
inlinestatic |
Handle invalid case (too few points).