ec4f8b0c90b8e0dae7249552afa8138ea5068fed
[trackerpp.git] / Detector.cpp
1 #include "Detector.h"
2
3 using namespace suanzi;
4 using namespace cv;
5
6 Detector::Detector()
7 {
8 }
9
10 Detector::~Detector()
11 {
12 }