Simple structure to hold a centroid, covarince and the number of points in a leaf.
More...
#include <ndt_voxel_grid_covariance.h>
Simple structure to hold a centroid, covarince and the number of points in a leaf.
◆ Leaf()
EIGEN_MAKE_ALIGNED_OPERATOR_NEW apollo::localization::ndt::Leaf::Leaf |
( |
| ) |
|
|
inline |
◆ GetInverseCov()
Eigen::Matrix3d apollo::localization::ndt::Leaf::GetInverseCov |
( |
| ) |
const |
|
inline |
Get the inverse of the voxel covariance.
◆ GetMean()
Eigen::Vector3d apollo::localization::ndt::Leaf::GetMean |
( |
| ) |
const |
|
inline |
◆ GetPointCount()
int apollo::localization::ndt::Leaf::GetPointCount |
( |
| ) |
const |
|
inline |
Get the number of points contained by this voxel.
◆ icov_
Eigen::Matrix3d apollo::localization::ndt::Leaf::icov_ |
Inverse of voxel covariance matrix.
◆ mean_
Eigen::Vector3d apollo::localization::ndt::Leaf::mean_ |
◆ nr_points_
int apollo::localization::ndt::Leaf::nr_points_ |
Number of points contained by voxel.
The documentation for this struct was generated from the following file: