unify the interface with detector
[trackerpp.git] / src / Metrics.cpp
index 37a3f9f..7c451f1 100644 (file)
@@ -5,8 +5,9 @@ using namespace cv;
 
 Metrics::Metrics(const std::string& clf_path)
 {
-    descriptor = HOGDescriptor(Size(64, 128), Size(16, 16), Size(8, 8), Size(8, 8), 9);
     if (clf_path.empty()){
+
     } else {
+
     }
 }