pcl::PointCorrespondence Struct Reference

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

#include <point_correspondence.h>

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

List of all members.

Public Attributes

int index1
 The index of point1.
int index2
 The index of point2.
float score

Detailed Description

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

Definition at line 50 of file point_correspondence.h.


Member Data Documentation

The index of point1.

Definition at line 52 of file point_correspondence.h.

The index of point2.

Definition at line 53 of file point_correspondence.h.

The score of this correspondence (e.g. from the descriptor distance of the feature matching process)

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