PoseEstimate struct More...
#include <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 | |
pcl::PointCloud< PointT >::ConstPtr | cloud |
Eigen::Matrix4f | pose |
PoseEstimate struct
Definition at line 62 of file vertex_estimates.h.
pcl::registration::PoseEstimate< PointT >::PoseEstimate | ( | const Eigen::Matrix4f & | p = Eigen::Matrix4f::Identity() , |
const typename pcl::PointCloud< PointT >::ConstPtr & | c = typename pcl::PointCloud<PointT>::ConstPtr() |
||
) | [inline] |
Definition at line 67 of file vertex_estimates.h.
pcl::PointCloud<PointT>::ConstPtr pcl::registration::PoseEstimate< PointT >::cloud |
Definition at line 65 of file vertex_estimates.h.
Eigen::Matrix4f pcl::registration::PoseEstimate< PointT >::pose |
Definition at line 64 of file vertex_estimates.h.