Fix issue boostpython not stopped by Ctrl+c
[trackerpp.git] / include / Metrics.h
index 3da8014..ad1a827 100644 (file)
@@ -18,6 +18,7 @@ namespace suanzi {
         const static long int MaxCost = 100000;
         const static int MaxPatch = 5;
         void similarity(const Patch& p1, const Patch& p2);
+        //double distance()
 
 
     private: