Representation of a (possible) correspondence between two points (e.g. from feature matching), that encode complete 6DOF transoformations. More...
#include <point_correspondence.h>
Public Attributes | |
Eigen::Affine3f | transformation |
of point2 to the coordinate system of point1 |
Representation of a (possible) correspondence between two points (e.g. from feature matching), that encode complete 6DOF transoformations.
Definition at line 79 of file point_correspondence.h.
Eigen::Affine3f pcl::PointCorrespondence6D::transformation |
of point2 to the coordinate system of point1
The transformation to go from the coordinate system
Definition at line 81 of file point_correspondence.h.