datamatrix/detector.h
Go to the documentation of this file.
1 #ifndef __DMDETECTOR_H__
2 #define __DMDETECTOR_H__
3 #include "cv.h"
4 
5 #include <vector>
6 #include <utility>
7 #include <string>
8 
10 namespace detectors{
11 namespace datamatrix{
12  class Detector : public DetectorBase{
13  public:
14  Detector();
15  bool detect(cv::Mat& image, int timeout=1000, unsigned int offsetx = 0, unsigned int offsety = 0);
16  };
17 }
18 }
19 #endif
bool detect(cv::Mat &image, int timeout=1000, unsigned int offsetx=0, unsigned int offsety=0)


visp_auto_tracker
Author(s): Filip Novotny
autogenerated on Sat Mar 13 2021 03:20:08