|
Jafar
|
You can use this class to match two images. More...
You can use this class to match two images.
Definition at line 58 of file Engine.hpp.
#include <Engine.hpp>

Public Member Functions | |
| Engine (jafar::fdetect_v2::Detector< InterestFeatureT > *detector, jafar::gfm_v2::Matcher< InterestFeatureT > *matcher, jafar::fdetect_v2::Detector< InterestFeatureT > *snddetector) | |
| MatchingResult< InterestFeatureT > | computeMatch (jafar::image::Image const &image_ref, jafar::image::Image const &image_match) |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
|
fdetect_v2::Detector < InterestFeatureT > * | m_detector |
|
fdetect_v2::Detector < InterestFeatureT > * | m_snddetector |
|
fdetect_v2::DescriptorFactory < InterestFeatureT > * | m_descriptorFactory |
| Matcher< InterestFeatureT > * | m_matcher |
Friends | |
| class | boost::serialization::access |
| !! nizar 20100912 : serialization stuff | |
| Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1 |
|