Jafar
|
This class holds the information for matching. More...
This class holds the information for matching.
You can extend this class in your matcher (like in GroupsMatching ) to store information that are computed before matching, but which are independent of the other image you are trying to match.
Definition at line 71 of file Matcher.hpp.
#include <Matcher.hpp>
Public Types | |
typedef jafar::fdetect_v2::DetectionResult < InterestFeatureT > | DetectionResult |
Public Member Functions | |
virtual void | reinit () |
const DetectionResult & | points () const |
Protected Member Functions | |
MatchSourceInfo (const DetectionResult &points) | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
DetectionResult | m_points |
Friends | |
class | gfm_v2::Matcher< InterestFeatureT > |
class | boost::serialization::access |
!! nizar 20100913 : serialization stuff | |
std::ostream & | operator<< (std::ostream &s, const MatchSourceInfo< InterestFeatureT > &p_) |
Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1 |