Jafar
|
This a simple matcher, which will look for the best points for matching in a small neighbourghood. More...
This a simple matcher, which will look for the best points for matching in a small neighbourghood.
Definition at line 53 of file SimpleMatcher.hpp.
#include <SimpleMatcher.hpp>
Public Types | |
typedef jafar::fdetect_v2::DetectionResult < InterestFeatureT > | DetectionResult |
typedef gfm_v2::MatchSourceInfo < InterestFeatureT > | MatchSourceInfo |
typedef jafar::gfm_v2::MatchingResult < InterestFeatureT > | MatchingResult |
Public Member Functions | |
SimpleMatcher (double good_match_threshold, int search_win_half_width, int search_win_half_height) | |
virtual MatchingResult | computeMatch (MatchSourceInfo *refsourceinfo, MatchSourceInfo *matchsourceinfo) |
Private Member Functions | |
InterestFeatureT * | testFor (InterestFeatureT *ip, 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 |
jafar::gfm_v2::SimpleMatcher< InterestFeatureT >::SimpleMatcher | ( | double | good_match_threshold, |
int | search_win_half_width, | ||
int | search_win_half_height | ||
) | [inline] |
good_match_threshold | threshold to use to avoid bad match, to ensure that points are really close |
search_win_half_width | half width window used for restricting the search area |
search_win_half_height | half window height used for restricting the search area |
Definition at line 66 of file SimpleMatcher.hpp.
Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |