Add hungarian file
[trackerpp.git] / src / Metrics.cpp
1 #include "Metrics.h"
2
3 using namespace suanzi;
4 using namespace cv;
5
6 Metrics::Metrics(const std::string& clf_path)
7 {
8     if (clf_path.empty()){
9
10     } else {
11
12     }
13 }