small_gicp
|
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <small_gicp/ann/traits.hpp>
#include <small_gicp/points/traits.hpp>
#include <small_gicp/ann/incremental_voxelmap.hpp>
Go to the source code of this file.
Classes | |
struct | small_gicp::GaussianVoxel |
Gaussian voxel that computes and stores voxel mean and covariance. More... | |
struct | small_gicp::GaussianVoxel::Setting |
struct | small_gicp::traits::Traits< GaussianVoxel > |
Namespaces | |
small_gicp | |
small_gicp::traits | |
Typedefs | |
using | small_gicp::GaussianVoxelMap = IncrementalVoxelMap< GaussianVoxel > |