A match between two descriptors.
More...
#include <DescriptorMatch.h>
|
| DescriptorMatch (unsigned int descriptor_idA, unsigned int descriptor_idB, float matching_score) |
| DescriptorMatch. More...
|
|
unsigned int | getIndexInDescriptorA (void) const |
| Return the index of the matching descriptor from a DescriptorBuffer A.
|
|
unsigned int | getIndexInDescriptorB (void) const |
| Return the index of the matching descriptor from a DescriptorBuffer B.
|
|
float | getMatchingScore (void) const |
| Return the matching score between the two indexed descriptors.
|
|
template<typename Archive > |
void | serialize (Archive &ar, ATTRIBUTE(maybe_unused) const unsigned int version) |
|
|
class | boost::serialization::access |
|
A match between two descriptors.
This class provides a data structure to store only the results from IDescriptorMatcher.
◆ DescriptorMatch()
SolAR::datastructure::DescriptorMatch::DescriptorMatch |
( |
unsigned int |
descriptor_idA, |
|
|
unsigned int |
descriptor_idB, |
|
|
float |
matching_score |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: