Jafar
|
This query is used to find matches between a group of features and features stored in the database. More...
This query is used to find matches between a group of features and features stored in the database.
Definition at line 22 of file MatchQuery.hpp.
#include <MatchQuery.hpp>
Public Member Functions | |
virtual std::list < spaf::MatchResult > | execute (const Storage *, const spaf::FeaturesBag &) const =0 |
void | setMinimumVote (double _minimumVote) |
Protected Types | |
typedef std::map< const spaf::Feature *, double > | Feature2Double |
typedef Feature2Double::const_iterator | Feature2Double_cit |
typedef std::map< const spaf::Feature *, Feature2Double > | VoteMap |
typedef VoteMap::const_iterator | VoteMap_cit |
Protected Member Functions | |
std::list< spaf::MatchResult > | votesToMatches (const VoteMap &) const |
Private Attributes | |
Private *const | d |
Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |