Point Cloud Library (PCL)
1.14.1-dev
|
PoseEstimate struct More...
#include <pcl/registration/vertex_estimates.h>
Public Member Functions | |
PoseEstimate (const Eigen::Matrix4f &p=Eigen::Matrix4f::Identity(), const typename pcl::PointCloud< PointT >::ConstPtr &c=typename pcl::PointCloud< PointT >::ConstPtr()) | |
Public Attributes | |
Eigen::Matrix4f | pose |
pcl::PointCloud< PointT >::ConstPtr | cloud |
PoseEstimate struct
Definition at line 58 of file vertex_estimates.h.
|
inline |
Definition at line 62 of file vertex_estimates.h.
pcl::PointCloud<PointT>::ConstPtr pcl::registration::PoseEstimate< PointT >::cloud |
Definition at line 60 of file vertex_estimates.h.
Eigen::Matrix4f pcl::registration::PoseEstimate< PointT >::pose |
Definition at line 59 of file vertex_estimates.h.