Point Cloud Library (PCL)  1.3.1
Public Attributes
pcl::PointCorrespondence3D Struct Reference

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

#include <pcl/common/point_correspondence.h>

Inheritance diagram for pcl::PointCorrespondence3D:
Inheritance graph
[legend]
Collaboration diagram for pcl::PointCorrespondence3D:
Collaboration 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.
int index1
 The index of point1.
int index2
 The index of point2.
float score
 The score of this correspondence (e.g.

Detailed Description

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

from feature matching)


Member Data Documentation

The index of point1.

Definition at line 53 of file point_correspondence.h.

The index of point2.

Definition at line 54 of file point_correspondence.h.

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

Definition at line 68 of file point_correspondence.h.

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

Definition at line 69 of file point_correspondence.h.

The score of this correspondence (e.g.

from the descriptor distance of the feature matching process)

Definition at line 55 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