Fix issue boostpython not stopped by Ctrl+c
[trackerpp.git] / src / Metrics.cpp
index 7c451f1..49822f2 100644 (file)
@@ -1,3 +1,4 @@
+#include "Logger.h"
 #include "Metrics.h"
 
 using namespace suanzi;
@@ -11,3 +12,7 @@ Metrics::Metrics(const std::string& clf_path)
 
     }
 }
+
+void Metrics::similarity(const Patch& p1, const Patch& p2)
+{
+}