|
Jafar
|
This a simple matcher, which will look for the best points with weak comparison (and reverse test), and confirm with strong comparison. More...
This a simple matcher, which will look for the best points with weak comparison (and reverse test), and confirm with strong comparison.
Definition at line 19 of file SimpleMatcher2.hpp.
#include <SimpleMatcher2.hpp>

Public Member Functions | |
| SimpleMatcher2 (double weakCompThres, double strongCompThres, bool matchNoId=true) | |
| virtual jafar::gfm::MatchingResult | computeMatch (MatchSourceInfo *refsourceinfo, MatchSourceInfo *matchsourceinfo) |
| Compute the matching between two sources of information. | |
Private Member Functions | |
| double | dichotomy (double min_angle, double max_angle, double precision_angle, fdetect::InterestFeature *pt1, fdetect::InterestFeature *pt2) |
| fdetect::InterestFeature * | testFor (fdetect::InterestFeature const *ip, jafar::fdetect::DetectionResult const &points) |
| void | getCandidates (fdetect::InterestFeature const *ip, jafar::fdetect::DetectionResult const &points, std::vector< fdetect::InterestFeature * > &candidates) |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
| double | weakCompThres |
| double | strongCompThres |
| bool | matchNoId |
Friends | |
| class | boost::serialization::access |
| !! nizar 20100913 : serialization stuff | |
| jafar::gfm::SimpleMatcher2::SimpleMatcher2 | ( | double | weakCompThres, |
| double | strongCompThres, | ||
| bool | matchNoId = true |
||
| ) |
| good_match_threshold | threshold to use to avoid bad match, to ensure that points are really cose |
| 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 |
| Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1 |
|