Jafar
|
Class Profiler This class is in charge of querying the Interest Feature Database about an unknown object image. More...
Class Profiler This class is in charge of querying the Interest Feature Database about an unknown object image.
Definition at line 22 of file profiler.hpp.
#include <profiler.hpp>
Public Member Functions | |
Profiler (fdetect::Detector *_detector) | |
Generic constructor. | |
~Profiler () | |
Default destructor. | |
void | setRequestImages (const std::string &_imageName1, const std::string &_imageName2) |
setter for the request image | |
void | setRequestImages (const image::Image &_image1, const image::Image &_image2) |
setter for the request image | |
void | setRequestImage1 (const std::string &_imageName1) |
void | setRequestImage2 (const std::string &_imageName2) |
void | setDetector (fdetect::Detector *_detector) |
setter for the detector | |
void | process () |
main methode | |
std::map< unsigned int, jblas::vec2 > | getDetectedFeatures () |
gfm::vMatches | getMatchesVector () |
Private Attributes | |
premodeler::SequenceMR | sequenceMR |
sequence matching result | |
image::Image | image1 |
request Image | |
image::Image | image2 |
std::string | imageName1 |
request umage file name | |
std::string | imageName2 |
fdetect::Detector * | detector |
detector used to identify interest points | |
gfm::GroupsMatcher * | gMatcher |
groups matcher | |
std::map< unsigned int, jblas::vec2 > | ifs |
interest features matched | |
gfm::vMatches | matchedPoints |
Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |