Point Cloud Library (PCL)
1.14.1-dev
|
PoseMeasurement struct More...
#include <pcl/registration/edge_measurements.h>
Public Member Functions | |
PCL_MAKE_ALIGNED_OPERATOR_NEW | PoseMeasurement (const VertexT &v_s, const VertexT &v_e, const Eigen::Matrix4f &tr, const InformationT &mtx) |
Public Attributes | |
VertexT | v_start |
VertexT | v_end |
Eigen::Matrix4f | relative_transformation |
InformationT | information_matrix |
PoseMeasurement struct
Definition at line 59 of file edge_measurements.h.
|
inline |
Definition at line 65 of file edge_measurements.h.
InformationT pcl::registration::PoseMeasurement< VertexT, InformationT >::information_matrix |
Definition at line 62 of file edge_measurements.h.
Eigen::Matrix4f pcl::registration::PoseMeasurement< VertexT, InformationT >::relative_transformation |
Definition at line 61 of file edge_measurements.h.
VertexT pcl::registration::PoseMeasurement< VertexT, InformationT >::v_end |
Definition at line 60 of file edge_measurements.h.
VertexT pcl::registration::PoseMeasurement< VertexT, InformationT >::v_start |
Definition at line 60 of file edge_measurements.h.