class representing a match between two descriptors More...
#include <correspondence_types.hpp>
Public Member Functions | |
| Correspondence (int _indexQuery, int _indexMatch, float _distance) | |
| Ctor. | |
| Correspondence () | |
| standard Constructor | |
Public Attributes | |
| union { | |
| struct { | |
| float distance | |
| distance between query and matching point (w.r.t. the used feature descriptors) | |
| int indexMatch | |
| index of the matching point | |
| int indexQuery | |
| index of the query point | |
| } | |
| float data [4] | |
| }; | |
| EIGEN_ALIGN16 | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
class representing a match between two descriptors
Definition at line 47 of file correspondence_types.hpp.
| pcl::registration::Correspondence::Correspondence | ( | ) | [inline] |
standard Constructor
Definition at line 62 of file correspondence_types.hpp.
| pcl::registration::Correspondence::Correspondence | ( | int | _indexQuery, | |
| int | _indexMatch, | |||
| float | _distance | |||
| ) | [inline] |
Ctor.
Definition at line 70 of file correspondence_types.hpp.
| union { ... } |
Definition at line 50 of file correspondence_types.hpp.
distance between query and matching point (w.r.t. the used feature descriptors)
Definition at line 57 of file correspondence_types.hpp.
Definition at line 59 of file correspondence_types.hpp.
Definition at line 60 of file correspondence_types.hpp.
index of the matching point
Definition at line 55 of file correspondence_types.hpp.
index of the query point
Definition at line 53 of file correspondence_types.hpp.