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

Public Member Functions | |
| Engine (jafar::fdetect::Detector *detector, jafar::gfm::Matcher *matcher, jafar::fdetect::Detector *snddetector) | |
| jafar::gfm::MatchingResult | 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::Detector * | m_detector |
| fdetect::Detector * | m_snddetector |
| fdetect::DescriptorFactory * | m_descriptorFactory |
| Matcher * | 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 |
|