Add boost python, and predictor wrapper
[trackerpp.git] / src / Metrics.cpp
1 #include "Logger.h"
2 #include "Metrics.h"
3
4 using namespace suanzi;
5 using namespace cv;
6
7 Metrics::Metrics(const std::string& clf_path)
8 {
9     if (clf_path.empty()){
10
11     } else {
12
13     }
14 }
15
16 void Metrics::similarity(const Patch& p1, const Patch& p2)
17 {
18 }