Calculate eigenvectors and eigenvalues from a set of points. More...
#include <mrpt/core/optional_ref.h>
#include <mrpt/math/TPoint3D.h>
#include <mrpt/poses/CPointPDFGaussian.h>
#include <cstdint>
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
struct | mp2p_icp::PointCloudEigen |
Output of estimate_points_eigen() More... | |
Namespaces | |
mp2p_icp | |
Functions | |
PointCloudEigen | mp2p_icp::estimate_points_eigen (const float *xs, const float *ys, const float *zs, mrpt::optional_ref< const std::vector< size_t >> indices, std::optional< size_t > totalCount=std::nullopt) |
void | mp2p_icp::vector_of_points_to_xyz (const std::vector< mrpt::math::TPoint3Df > &pts, std::vector< float > &xs, std::vector< float > &ys, std::vector< float > &zs) |
Calculate eigenvectors and eigenvalues from a set of points.
Definition in file estimate_points_eigen.h.