upgrade opencv to 3.3.1, complete patch similarity
[trackerpp.git] / src / Engine.cpp
index a1defdb..74659a0 100644 (file)
@@ -58,7 +58,6 @@ void Engine::run()
     Detection detections[128];
     while (reader->read(frame)){
         LOG_DEBUG(TAG, "Size: " << frame.cols  <<  "x" << frame.rows);
-        // TODO
         int total = detector->detect(frame, detections);
         multiTracker->update(total, detections, frame);
     }