pcl::PointCorrespondence3D Struct Reference

Representation of a (possible) correspondence between two 3D points in two different coordinate frames (e.g. from feature matching). More...

#include <point_correspondence.h>

Inheritance diagram for pcl::PointCorrespondence3D:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

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.


Member Data Documentation

The 3D position of the point in the first coordinate frame.

Definition at line 66 of file point_correspondence.h.

The 3D position of the point in the second coordinate frame.

Definition at line 67 of file point_correspondence.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


pcl
Author(s): See http://pcl.ros.org/authors for the complete list of authors.
autogenerated on Fri Jan 11 09:57:20 2013