Add hungarian file
[trackerpp.git] / src / 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 }