Jafar
|
This class is the base class of all implementation of a matching algorithm. More...
This class is the base class of all implementation of a matching algorithm.
Definition at line 109 of file Matcher.hpp.
#include <Matcher.hpp>
Public Member Functions | |
virtual MatchSourceInfo < InterestFeatureT > * | initMatchSourceInfo (const fdetect_v2::DetectionResult< InterestFeatureT > &pointsource) |
Create the MatchSourceInfo from a vector of interest points. | |
virtual MatchingResult < InterestFeatureT > | computeMatch (MatchSourceInfo< InterestFeatureT > *refsourceinfo, MatchSourceInfo< InterestFeatureT > *matchsourceinfo)=0 |
Compute the matching between two sources of information. |
Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1 |