Simple structure to hold a centroid, covarince and the number of points in a leaf.
更多...
#include <ndt_voxel_grid_covariance.h>
|
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | Leaf () |
| |
| int | GetPointCount () const |
| | Get the number of points contained by this voxel.
|
| |
| Eigen::Vector3d | GetMean () const |
| | Get the voxel centroid.
|
| |
| Eigen::Matrix3d | GetInverseCov () const |
| | Get the inverse of the voxel covariance.
|
| |
|
| int | nr_points_ |
| | Number of points contained by voxel.
|
| |
| Eigen::Vector3d | mean_ |
| | 3D voxel centroid.
|
| |
| Eigen::Matrix3d | icov_ |
| | Inverse of voxel covariance matrix.
|
| |
Simple structure to hold a centroid, covarince and the number of points in a leaf.
在文件 ndt_voxel_grid_covariance.h 第 72 行定义.
◆ Leaf()
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW apollo::localization::ndt::Leaf::Leaf |
( |
| ) |
|
|
inline |
在文件 ndt_voxel_grid_covariance.h 第 74 行定义.
76 mean_(Eigen::Vector3d::Zero()),
77 icov_(Eigen::Matrix3d::Zero()) {}
int nr_points_
Number of points contained by voxel.
Eigen::Matrix3d icov_
Inverse of voxel covariance matrix.
Eigen::Vector3d mean_
3D voxel centroid.
◆ GetInverseCov()
| Eigen::Matrix3d apollo::localization::ndt::Leaf::GetInverseCov |
( |
| ) |
const |
|
inline |
◆ GetMean()
| Eigen::Vector3d apollo::localization::ndt::Leaf::GetMean |
( |
| ) |
const |
|
inline |
◆ GetPointCount()
| int apollo::localization::ndt::Leaf::GetPointCount |
( |
| ) |
const |
|
inline |
◆ icov_
| Eigen::Matrix3d apollo::localization::ndt::Leaf::icov_ |
◆ mean_
| Eigen::Vector3d apollo::localization::ndt::Leaf::mean_ |
◆ nr_points_
| int apollo::localization::ndt::Leaf::nr_points_ |
该结构体的文档由以下文件生成: