Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Friends
jafar::gfm_v2::MatchSourceInfo< InterestFeatureT > Class Template Reference

This class holds the information for matching. More...


Detailed Description

template<typename InterestFeatureT>
class jafar::gfm_v2::MatchSourceInfo< InterestFeatureT >

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>

Inheritance diagram for jafar::gfm_v2::MatchSourceInfo< InterestFeatureT >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef
jafar::fdetect_v2::DetectionResult
< InterestFeatureT > 
DetectionResult

Public Member Functions

virtual void reinit ()
const DetectionResultpoints () 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_)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1
LAAS-CNRS