small_gicp
Classes | Namespaces | Typedefs
gaussian_voxelmap.hpp File Reference
#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>
Include dependency graph for gaussian_voxelmap.hpp:
This graph shows which files directly or indirectly include this file:

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 >