The methods MTPTracker::write_trajectories now writes first the number of trajectories.
[mtp.git] / mtp_tracker.h
index 08de498..9574332 100644 (file)
@@ -50,7 +50,7 @@ public:
   int **allowed_motion;
   int *entrances, *exits;
 
-  // The detection scores at each node
+  // The detection scores at each location and time
   scalar_t **detection_scores;
 
   MTPTracker();