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


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