Describes a match between two keypoints. More...
#include <KeyPointMatch.h>
Public Attributes | |
double | distance |
unsigned | index1 |
unsigned | index2 |
double | scaleQuotient |
double | turnAngle |
Describes a match between two keypoints.
Definition at line 16 of file KeyPointMatch.h.
double KeyPointMatch::distance |
Definition at line 22 of file KeyPointMatch.h.
unsigned KeyPointMatch::index1 |
Definition at line 20 of file KeyPointMatch.h.
unsigned KeyPointMatch::index2 |
Definition at line 21 of file KeyPointMatch.h.
double KeyPointMatch::scaleQuotient |
Definition at line 25 of file KeyPointMatch.h.
double KeyPointMatch::turnAngle |
Definition at line 24 of file KeyPointMatch.h.