Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SiftDetector.hpp
00001 
00002 #ifndef _SIFT_DETECTOR_HPP_
00003 #define _SIFT_DETECTOR_HPP_
00004 
00005 #include "fdetect/Detector.hpp"
00006 
00007 namespace jafar {
00008   namespace sift {
00013     class SiftDetector : public fdetect::Detector {
00014       public:
00015         virtual fdetect::DetectionResult detectIn(jafar::image::Image const& image);
00016     };
00017 
00018   }
00019 }
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:27 for Jafar by doxygen 1.7.6.1
LAAS-CNRS