7c451f179cc03f6b2a48f504af3bdfcba2cce673
[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 }