Solar
Public Member Functions | Friends | List of all members
SolAR::datastructure::DescriptorMatch Class Reference

A match between two descriptors. More...

#include <DescriptorMatch.h>

Public Member Functions

 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)
 

Friends

class boost::serialization::access
 

Detailed Description

A match between two descriptors.

This class provides a data structure to store only the results from IDescriptorMatcher.

Constructor & Destructor Documentation

◆ DescriptorMatch()

SolAR::datastructure::DescriptorMatch::DescriptorMatch ( unsigned int  descriptor_idA,
unsigned int  descriptor_idB,
float  matching_score 
)
inline

DescriptorMatch.

Parameters
descriptor_idX
descriptor_idY
matching_score

The documentation for this class was generated from the following files: