Representation of a (possible) correspondence between two 3D points in two different coordinate frames (e.g. from feature matching). More...
#include <point_correspondence.h>
Public Attributes | |
Eigen::Vector3f | point1 |
The 3D position of the point in the first coordinate frame. | |
Eigen::Vector3f | point2 |
The 3D position of the point in the second coordinate frame. |
Representation of a (possible) correspondence between two 3D points in two different coordinate frames (e.g. from feature matching).
Definition at line 64 of file point_correspondence.h.
Eigen::Vector3f pcl::PointCorrespondence3D::point1 |
The 3D position of the point in the first coordinate frame.
Definition at line 66 of file point_correspondence.h.
Eigen::Vector3f pcl::PointCorrespondence3D::point2 |
The 3D position of the point in the second coordinate frame.
Definition at line 67 of file point_correspondence.h.