|
small_gicp
|
Proxy class to access PCL point cloud with external covariance matrices. More...
#include <pcl_proxy.hpp>
Public Member Functions | |
| PointCloudProxy (const pcl::PointCloud< PointT > &cloud, std::vector< Eigen::Matrix4d > &covs) | |
Public Attributes | |
| const pcl::PointCloud< PointT > & | cloud |
| Point cloud. More... | |
| std::vector< Eigen::Matrix4d > & | covs |
| Covariance matrices. More... | |
Proxy class to access PCL point cloud with external covariance matrices.
|
inline |
| const pcl::PointCloud<PointT>& small_gicp::PointCloudProxy< PointT >::cloud |
Point cloud.
| std::vector<Eigen::Matrix4d>& small_gicp::PointCloudProxy< PointT >::covs |
Covariance matrices.