Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes | Friends
jafar::gfm::SimpleMatcher Class Reference

This a simple matcher, which will look for the best points for matching in a small neighbourghood. More...


Detailed Description

This a simple matcher, which will look for the best points for matching in a small neighbourghood.

Definition at line 18 of file SimpleMatcher.hpp.

#include <SimpleMatcher.hpp>

Inheritance diagram for jafar::gfm::SimpleMatcher:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 SimpleMatcher (double good_match_threshold, int search_win_half_width, int search_win_half_height)
virtual jafar::gfm::MatchingResult computeMatch (MatchSourceInfo *refsourceinfo, MatchSourceInfo *matchsourceinfo)
 Compute the matching between two sources of information.

Private Member Functions

fdetect::InterestFeaturetestFor (fdetect::InterestFeature *ip, fdetect::DetectionResult &points)
template<class Archive >
void serialize (Archive &ar, const unsigned int version)

Private Attributes

double m_zncc_threshold
int m_search_win_half_width
int m_search_win_half_height

Friends

class boost::serialization::access
 !! nizar 20100912 : serialization stuff

Constructor & Destructor Documentation

jafar::gfm::SimpleMatcher::SimpleMatcher ( double  good_match_threshold,
int  search_win_half_width,
int  search_win_half_height 
)
Parameters:
good_match_thresholdthreshold to use to avoid bad match, to ensure that points are really close
search_win_half_widthhalf width window used for restricting the search area
search_win_half_heighthalf window height used for restricting the search area

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