|
Jafar
|
This class holds the result of a single match between two features. More...
This class holds the result of a single match between two features.
Definition at line 14 of file MatchResult.hpp.
#include <MatchResult.hpp>

Public Member Functions | |
| MatchResult (const Feature *_refFeature, const Feature *_candidateFeature) | |
| MatchResult (const Feature *_refFeature, const Feature *_candidateFeature, const ComparisonResult &cr) | |
| MatchResult (const MatchResult &rhs) | |
| MatchResult & | operator= (const MatchResult &rhs) |
| const Feature * | referenceFeature () const |
| const Feature * | candidateFeature () const |
| const ComparisonResult & | comparisonResult () const |
Private Attributes | |
| Private *const | d |
| jafar::spaf::MatchResult::MatchResult | ( | const Feature * | _refFeature, |
| const Feature * | _candidateFeature | ||
| ) |
| _refFeature | a pointer to the reference feature, the one saved in memory |
| _candidateFeature | a pointer to the candidate feature, the one that was just observed |
| const Feature* jafar::spaf::MatchResult::candidateFeature | ( | ) | const |
| const Feature* jafar::spaf::MatchResult::referenceFeature | ( | ) | const |
| Generated on Wed Oct 15 2014 00:37:50 for Jafar by doxygen 1.7.6.1 |
|