Representation of a (possible) correspondence between two points in two different coordinate frames (e.g. from feature matching). More...
#include <point_correspondence.h>
Public Attributes | |
int | index1 |
The index of point1. | |
int | index2 |
The index of point2. | |
float | score |
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.
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.