Point Cloud Library (PCL)  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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/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 index_query
 Index of the query (source) point.
int index_match
 Index of the matching (target) point.
float distance
 Distance between query and matching point (w.r.t.
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Detailed Description

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

from feature matching)

Definition at line 114 of file correspondence.h.


Member Data Documentation

float pcl::Correspondence::distance [inherited]

Distance between query and matching point (w.r.t.

the used feature descriptors)

Definition at line 61 of file correspondence.h.

Definition at line 75 of file correspondence.h.

Index of the matching (target) point.

Set to -1 if no correspondence found.

Definition at line 59 of file correspondence.h.

Index of the query (source) point.

Definition at line 57 of file correspondence.h.

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

Definition at line 116 of file correspondence.h.

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

Definition at line 117 of file correspondence.h.


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