Add description here. More...
#include <MatchHelper.h>
Public Member Functions | |
MatchHelper () | |
The constructor. | |
~MatchHelper () | |
The destructor. | |
Static Public Member Functions | |
static void | calcScaleQuotients (std::vector< KeyPoint > *keyPoints1, std::vector< KeyPoint > *keyPoints2, std::list< KeyPointMatch > &matches) |
static void | calcTurnAngles (std::vector< KeyPoint > *keyPoints1, std::vector< KeyPoint > *keyPoints2, std::list< KeyPointMatch > &matches) |
Add description here.
Definition at line 22 of file MatchHelper.h.
The constructor.
The destructor.
static void MatchHelper::calcScaleQuotients | ( | std::vector< KeyPoint > * | keyPoints1, |
std::vector< KeyPoint > * | keyPoints2, | ||
std::list< KeyPointMatch > & | matches | ||
) | [static] |
static void MatchHelper::calcTurnAngles | ( | std::vector< KeyPoint > * | keyPoints1, |
std::vector< KeyPoint > * | keyPoints2, | ||
std::list< KeyPointMatch > & | matches | ||
) | [static] |