|
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 20 of file Matcher.hpp.
#include <Matcher.hpp>

Public Member Functions | |
| virtual void | reinit () |
|
const jafar::fdetect::DetectionResult & | points () const |
Protected Member Functions | |
| MatchSourceInfo (jafar::fdetect::DetectionResult points) | |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
| jafar::fdetect::DetectionResult | m_points |
Friends | |
| class | Matcher |
| class | boost::serialization::access |
| !! nizar 20100913 : serialization stuff | |
| std::ostream & | operator<< (std::ostream &s, const MatchSourceInfo &p_) |
| Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1 |
|