Quickstart
3D LiDAR
mp2p_icp
Learn more
#include <HashedVoxelPointCloud.h> struct VoxelData { // structs struct PointSpan; // methods auto points() const; void insertPoint(const mrpt::math::TPoint3Df& p); size_t size() const; };