detector.h
Go to the documentation of this file.
00001 #ifndef __DMDETECTOR_H__
00002 #define __DMDETECTOR_H__
00003 #include "cv.h"
00004 
00005 #include <vector>
00006 #include <utility>
00007 #include <string>
00008 
00009 #include "detectors/detector_base.h"
00010 namespace detectors{
00011 namespace datamatrix{
00012   class Detector : public DetectorBase{
00013   public:
00014     Detector();
00015     bool detect(cv::Mat& image, int timeout=1000, unsigned int offsetx = 0, unsigned int offsety = 0);
00016   };
00017 }
00018 }
00019 #endif


visp_auto_tracker
Author(s): Filip Novotny
autogenerated on Fri Aug 28 2015 13:36:44